|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| size_t | idx |
| size_t | max |
| yyjson_mut_val * | cur |
| yyjson_mut_val * | pre |
| yyjson_mut_val * | obj |
A mutable JSON object iterator.
Example
If the ordering of the keys is known at compile-time, you can use this method to speed up value lookups:
| yyjson_mut_val* yyjson_mut_obj_iter::cur |
| size_t yyjson_mut_obj_iter::max |
| yyjson_mut_val* yyjson_mut_obj_iter::obj |
| yyjson_mut_val* yyjson_mut_obj_iter::pre |