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.