athena-express icon indicating copy to clipboard operation
athena-express copied to clipboard

Not Json, it's a string with object literals

Open JasonDWilson opened this issue 2 years ago • 0 comments

JSON looks like this { "name":"json" }

object literal looks like this { name: "object literal" }

what athena-express returns is '{ name: "string of object literal" }'

Is there something I can do to get it return json? I'm currently parsing it and stringifying the results to get well formed json, but there are edge cases where it errors.

JasonDWilson avatar Mar 31 '22 19:03 JasonDWilson