You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: