HomePort
Macros
hpd_jansson.h File Reference
Include dependency graph for hpd_jansson.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define json_array_foreach(array, index, value)
 
#define json_string_length(JSON)   strlen(json_string_value(JSON))
 

Macro Definition Documentation

#define json_array_foreach (   array,
  index,
  value 
)
Value:
for(index = 0; \
index < json_array_size(array) && (value = json_array_get(array, index)); \
index++)
data value

Definition at line 39 of file hpd_jansson.h.

#define json_string_length (   JSON)    strlen(json_string_value(JSON))

Definition at line 36 of file hpd_jansson.h.