Check whether a string looks like a JavaScript object literal.
The value to check.
true if the string resembles {...}.
true
{...}
Check whether a string looks like a JavaScript object literal.