|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| uint64_t | tag |
| yyjson_val_uni | uni |
| yyjson_mut_val * | next |
Mutable JSON value, 24 bytes. The 'tag' and 'uni' fields are the same as immutable value. The 'next' field links all elements inside the container to be a cycle.
| yyjson_mut_val* yyjson_mut_val::next |
the next value in circular linked list
Definition at line 5803 of file yyjson.h.
Referenced by mut_write_root_minify(), mut_write_root_pretty(), ptr_mut_arr_get(), ptr_mut_obj_get(), unsafe_yyjson_mut_equals(), unsafe_yyjson_mut_ptr_putx(), unsafe_yyjson_mut_ptr_removex(), unsafe_yyjson_mut_ptr_replacex(), unsafe_yyjson_mut_val_mut_copy(), yyjson_imut_copy(), yyjson_mut_stat(), and yyjson_val_mut_copy().
| uint64_t yyjson_mut_val::tag |
type, subtype and length
Definition at line 5801 of file yyjson.h.
Referenced by unsafe_yyjson_mut_equals(), unsafe_yyjson_mut_val_mut_copy(), yyjson_imut_copy(), yyjson_merge_patch(), yyjson_mut_merge_patch(), and yyjson_val_mut_copy().
| yyjson_val_uni yyjson_mut_val::uni |
payload
Definition at line 5802 of file yyjson.h.
Referenced by mut_write_root_minify(), mut_write_root_pretty(), ptr_mut_arr_get(), ptr_mut_obj_get(), unsafe_yyjson_mut_equals(), unsafe_yyjson_mut_ptr_putx(), unsafe_yyjson_mut_val_mut_copy(), yyjson_imut_copy(), yyjson_merge_patch(), yyjson_mut_merge_patch(), yyjson_mut_stat(), and yyjson_val_mut_copy().