|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| yyjson_mut_val * | root |
| yyjson_alc | alc |
| yyjson_str_pool | str_pool |
| yyjson_val_pool | val_pool |
| yyjson_alc yyjson_mut_doc::alc |
a valid allocator, nonnull
Definition at line 5850 of file yyjson.h.
Referenced by yyjson_mut_doc_free(), and yyjson_mut_doc_new().
| yyjson_mut_val* yyjson_mut_doc::root |
root value of the JSON document, nullable
Definition at line 5849 of file yyjson.h.
Referenced by yyjson_mut_doc_imut_copy(), yyjson_mut_doc_mut_copy(), yyjson_mut_write_buf(), yyjson_mut_write_file(), yyjson_mut_write_fp(), and yyjson_mut_write_opts().
| yyjson_str_pool yyjson_mut_doc::str_pool |
string memory pool
Definition at line 5851 of file yyjson.h.
Referenced by yyjson_mut_doc_free(), yyjson_mut_doc_new(), and yyjson_mut_doc_set_str_pool_size().
| yyjson_val_pool yyjson_mut_doc::val_pool |
value memory pool
Definition at line 5852 of file yyjson.h.
Referenced by yyjson_mut_doc_estimated_val_num(), yyjson_mut_doc_free(), yyjson_mut_doc_new(), and yyjson_mut_doc_set_val_pool_size().