Use named import for Jsona
This was necessary to properly import from Jsona, I think because Jsona exports both a named and default export, but now that we're using ESM the default export isn't working for us. This change seems to alleviate the issue and was meant to be added to !57 (closed).