Json() |
verbose | show messages while processing the data |
read(IO.File file, class clazz) | parse json from a file and populate into a table or object |
read(string json, class clazz) | parse json from a string and populate into a table or object |
write(any object, IO.File file) | serialize an object to json in a file |
show messages while processing the data
Parse json from a file and populate into a table or object.
This method will bind the JSON to a new instance of an existing class if the class definition is given as an optional second parameter.
Parse json from a string and populate into a table or object
Serialize an object to json in a file