json-c  0.13
Data Fields
json_object_iter Struct Reference

Data Fields

char * key
 
struct json_objectval
 
struct lh_entryentry
 

Detailed Description

A structure to use with json_object_object_foreachC() loops. Contains key, val and entry members.

Field Documentation

◆ entry

struct lh_entry* json_object_iter::entry

◆ key

char* json_object_iter::key

◆ val

struct json_object* json_object_iter::val

The documentation for this struct was generated from the following file: