Method

JsonParserget_strict

Declaration [src]

gboolean
json_parser_get_strict (
  JsonParser* parser
)

Description [src]

Retrieves whether the parser is operating in strict mode.

Available since:1.10
Gets propertyJson.Parser:strict

Return value

Returns: gboolean
 

True if the parser is strict, and false otherwise.