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