Lines Matching refs:structure
7 
17 
20 The `JsonValue` submodule provides a basic data structure `JsonValue`.
21 …cally correct `JSON` text can also be deserialized into a corresponding `JsonValue` data structure.
25 …tion and query performance, for example, `object` based on `Btree` data structure has higher perfo…
28 …structure. They only need to set `Serialize' to the structure. ` and `Deserialize` process macro t…
37 ├─ figures # ylong_json structure charts
108 …_array` features are mainly to ensure consistency with the `cJSON` data structure, and both are im…
113 …ied `JSON` library deserialization interface to generate the corresponding `JSON` structure `data`.
114 - Call the serialization interface of the `JSON` structure to generate the output content `result`.
115 - Using `content`, loop deserialization generates `JSON` structure 100 times, taking the smallest p…