Searched refs:_field (Results 1 – 1 of 1) sorted by relevance
71 #define json_str(_type, _field) \ argument72 JSON_OBJ_DESCR_PRIM(struct _type, _field, JSON_TOK_STRING)73 #define json_num(_type, _field) \ argument74 JSON_OBJ_DESCR_PRIM(struct _type, _field, JSON_TOK_NUMBER)
Completed in 5 milliseconds