Parser


Description:

[ CCode ( has_construct_function = false ) ]
public Parser ()

Creates a new JSON parser.

You can use the `JsonParser` to load a JSON stream from either a file or a buffer and then walk the hierarchy using the data types API.

Returns:

the newly created parser