Apache2
apr_json_array_t Struct Reference

#include <apr_json.h>

Collaboration diagram for apr_json_array_t:

Public Member Functions

 APR_RING_HEAD (apr_json_array_list_t, apr_json_value_t) list
 

Data Fields

apr_array_header_tarray
 

Detailed Description

A structure to hold a JSON array.

Use apr_json_array_create() to allocate.

Member Function Documentation

◆ APR_RING_HEAD()

apr_json_array_t::APR_RING_HEAD ( apr_json_array_list_t  ,
apr_json_value_t   
)

The key value pairs in the object are in this list

Field Documentation

◆ array

apr_array_header_t* apr_json_array_t::array

Array of JSON objects


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