Apache2
apr_json_object_t Struct Reference

#include <apr_json.h>

Public Member Functions

 APR_RING_HEAD (apr_json_object_list_t, apr_json_kv_t) list
 

Data Fields

apr_hash_thash
 

Detailed Description

A structure to hold a JSON object.

Use apr_json_object_create() to allocate.

Member Function Documentation

◆ APR_RING_HEAD()

apr_json_object_t::APR_RING_HEAD ( apr_json_object_list_t  ,
apr_json_kv_t   
)

The key value pairs in the object are in this list

Field Documentation

◆ hash

apr_hash_t* apr_json_object_t::hash

JSON object


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