convert a string to a JSONValue
Serialize a string.
assert("bork".toJSON == JSONValue("bork"));
See Implementation
convert a string to a JSONValue