Skip to content

Not Json, it's a string with object literals #80

@JasonDWilson

Description

@JasonDWilson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions