Skip to content

Use named import for Jsona

Coby Sher requested to merge jsona-named-export into 1.0.x

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).

Merge request reports