Constants

Details

Json.MAJOR_VERSION = 1

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

Json.MICRO_VERSION = 0

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

Json.MINOR_VERSION = 8

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

Json.VERSION_S = '1.8.0'

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