|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| yyjson_val * | root |
| yyjson_alc | alc |
| size_t | dat_read |
| size_t | val_read |
| char * | str_pool |
| yyjson_alc yyjson_doc::alc |
Allocator used by document (nonnull).
Definition at line 4977 of file yyjson.h.
Referenced by read_root_minify(), read_root_pretty(), read_root_single(), yyjson_incr_read(), and yyjson_mut_val_imut_copy().
| size_t yyjson_doc::dat_read |
The total number of bytes read when parsing JSON (nonzero).
Definition at line 4979 of file yyjson.h.
Referenced by read_root_minify(), read_root_pretty(), read_root_single(), yyjson_incr_read(), and yyjson_mut_val_imut_copy().
| yyjson_val* yyjson_doc::root |
Root value of the document (nonnull).
Definition at line 4975 of file yyjson.h.
Referenced by read_root_minify(), read_root_pretty(), read_root_single(), yyjson_doc_mut_copy(), yyjson_incr_read(), yyjson_mut_val_imut_copy(), yyjson_write_buf(), yyjson_write_file(), yyjson_write_fp(), and yyjson_write_opts().
| char* yyjson_doc::str_pool |
The string pool used by JSON values (nullable).
Definition at line 4983 of file yyjson.h.
Referenced by read_root_minify(), read_root_pretty(), read_root_single(), yyjson_incr_read(), yyjson_mut_val_imut_copy(), and yyjson_read_fp().
| size_t yyjson_doc::val_read |
The total number of values read when parsing JSON (nonzero).
Definition at line 4981 of file yyjson.h.
Referenced by read_root_minify(), read_root_pretty(), read_root_single(), yyjson_incr_read(), and yyjson_mut_val_imut_copy().