Returns a JSON object that represents the given string
Optional
the string to inspect
a JSON object that represents the given string
David Hsing
toJsonObject(`{"foo":"bar"}`); // {foo: 'bar'} Copy
toJsonObject(`{"foo":"bar"}`); // {foo: 'bar'}
Returns a JSON object that represents the given string