Creates a string JSON value.
Example:
var v = JsonValue.ofString ("hello"); assert (v.asString () == "hello");
string content.
JSON string value.