Apache Portable Runtime
|
APR-UTIL JSON Library. More...
#include "apr.h"
#include "apr_pools.h"
#include "apr_tables.h"
#include "apr_hash.h"
#include "apr_strings.h"
#include "apr_buckets.h"
Go to the source code of this file.
Data Structures | |
struct | apr_json_string_t |
struct | apr_json_value_t |
struct | apr_json_kv_t |
struct | apr_json_object_t |
struct | apr_json_array_t |
Namespaces | |
namespace | Apache |
Macros | |
#define | APR_JSON_VALUE_STRING (-1) |
#define | APR_JSON_FLAGS_NONE 0 |
#define | APR_JSON_FLAGS_WHITESPACE 1 |
#define | APR_JSON_FLAGS_STRICT 2 |
Typedefs | |
typedef struct apr_json_object_t | apr_json_object_t |
typedef struct apr_json_array_t | apr_json_array_t |
typedef enum apr_json_type_e | apr_json_type_e |
typedef struct apr_json_string_t | apr_json_string_t |
typedef struct apr_json_value_t | apr_json_value_t |
typedef struct apr_json_kv_t | apr_json_kv_t |
Enumerations | |
enum | apr_json_type_e { APR_JSON_OBJECT , APR_JSON_ARRAY , APR_JSON_STRING , APR_JSON_LONG , APR_JSON_DOUBLE , APR_JSON_BOOLEAN , APR_JSON_NULL } |
APR-UTIL JSON Library.