| json-c
    0.13.1
    | 
Methods for retrieving the json-c version. More...
| Macros | |
| #define | JSON_C_MAJOR_VERSION 0 | 
| #define | JSON_C_MINOR_VERSION 13 | 
| #define | JSON_C_MICRO_VERSION 01 | 
| #define | JSON_C_VERSION_NUM | 
| #define | JSON_C_VERSION "0.13.1" | 
| Functions | |
| const char * | json_c_version (void) | 
| int | json_c_version_num (void) | 
Methods for retrieving the json-c version.
| #define JSON_C_MAJOR_VERSION 0 | 
| #define JSON_C_MICRO_VERSION 01 | 
| #define JSON_C_MINOR_VERSION 13 | 
| #define JSON_C_VERSION "0.13.1" | 
| #define JSON_C_VERSION_NUM | 
| const char* json_c_version | ( | void | ) | 
| int json_c_version_num | ( | void | ) | 
The json-c version encoded into an int, with the low order 8 bits being the micro version, the next higher 8 bits being the minor version and the next higher 8 bits being the major version. For example, 7.12.99 would be 0x00070B63.
 1.8.8
 1.8.8