Go to the documentation of this file.
28 #ifndef HOMEPORT_HPD_JANSSON_H
29 #define HOMEPORT_HPD_JANSSON_H
34 #if JANSSON_VERSION_HEX < 0x020700
36 #define json_string_length(JSON) strlen(json_string_value(JSON))
38 #if JANSSON_VERSION_HEX < 0x020500
39 #define json_array_foreach(array, index, value) \
41 index < json_array_size(array) && (value = json_array_get(array, index)); \
45 #endif //HOMEPORT_HPD_JANSSON_H