gi-json-1.0.3: JSON GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Json.Constants

Description

 
Synopsis

Documentation

pattern VERSION_S :: Text Source #

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

pattern MINOR_VERSION :: Int32 Source #

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

pattern MICRO_VERSION :: Int32 Source #

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

pattern MAJOR_VERSION :: Int32 Source #

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