Extract a string type from a json value.
Extract a string from a json string.
assert(JSONValue("asdf").fromJSON!string == "asdf");
See Implementation
Extract a string type from a json value.