Value.from_json
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"2.28" ) ]
public Value.from_json (
Context context,
string json)
Create a new Value referencing a new value created by parsing json
.
Parameters:
context |
a Context
|
json |
the JSON string to be parsed
|
Returns: