Constants

Details

Json.MAJOR_VERSION = 1

Json major version component (e.g. 1 if JSON_VERSION is “1.2.3”)

Json.MICRO_VERSION = 6

Json micro version component (e.g. 3 if JSON_VERSION is “1.2.3”)

Json.MINOR_VERSION = 10

Json minor version component (e.g. 2 if JSON_VERSION is “1.2.3”)

Json.PARSER_MAX_RECURSION_DEPTH = 1024

The maximum recursion depth for a JSON tree.

New in version 1.10.

Json.VERSION_S = '1.10.6'

The version of JSON-GLib, encoded as a string, useful for printing and concatenation.