Value.newFromJson
javascriptcore.value.Value newFromJson(javascriptcore.context.Context context, string json)Create a new #JSCValue referencing a new value created by parsing json.
Parameters
context | a #JSCContext |
json | the JSON string to be parsed |
Returns
a #JSCValue.