Apache2
apr_json_string_t Struct Reference

#include <apr_json.h>

Data Fields

const char * p
 
apr_ssize_t len
 

Detailed Description

A structure to hold a UTF-8 encoded JSON string.

Field Documentation

◆ len

apr_ssize_t apr_json_string_t::len

string length, or APR_JSON_VALUE_STRING to compute length automatically

◆ p

const char* apr_json_string_t::p

pointer to the string


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