Apache2
apr_json_kv_t Struct Reference

#include <apr_json.h>

Collaboration diagram for apr_json_kv_t:

Public Member Functions

 APR_RING_ENTRY (apr_json_kv_t) link
 

Data Fields

apr_json_value_tk
 
apr_json_value_tv
 

Detailed Description

A structure to hold a JSON object key value pair.

Use apr_json_object_set() to allocate.

Member Function Documentation

◆ APR_RING_ENTRY()

apr_json_kv_t::APR_RING_ENTRY ( apr_json_kv_t  )

Links to the rest of the kv pairs

Field Documentation

◆ k

apr_json_value_t* apr_json_kv_t::k

the key

◆ v

apr_json_value_t* apr_json_kv_t::v

the value


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