Echo JS 0.11.0

<~>

tracker1 1495 days ago. link 3 points
No... no, no, no, no...

It's either a string, or a literal object... there's NO SUCH THING as a JSON Object in JS.

JSON is a serialization format for Objects... the syntax matches the JSON literal syntax with certain restrictions (double quotes around object keys, etc).

When it's a literal, it's just Object Notation, not a JSON object.