Parser.immutable_new
Description:
[ CCode ( cname = "json_parser_new_immutable" , has_construct_function = false ) ]
[ Version ( since = "1.2" ) ]
public Parser.immutable_new ()
[ Version ( since = "1.2" ) ]
public Parser.immutable_new ()
Creates a new parser instance with its [property@Json.
Parser:immutable] property set to `TRUE` to create immutable output trees.
Returns:
the newly created parser |