|
simdjson
Ridiculously Fast JSON
|
| ▼Nsimdjson | |
| ▼Ndom | |
| ▼Carray | Represents a JSON array |
| Citerator | |
| Cdocument | A parsed JSON document |
| ▼Cdocument_stream | A forward-only stream of documents |
| Citerator | An iterator through a forward-only stream of documents |
| Celement | A JSON element |
| Ckey_value_pair | Key/value pair in an object |
| ▼Cobject | Represents a JSON object |
| Citerator | |
| Cparser | A persistent document parser |
| ▼NParsedJson | |
| ▼CIterator | |
| Cscopeindex_t | |
| Cimplementation | An implementation of simdjson for a particular CPU architecture |
| Cminify | Minifies a JSON element or document, printing the smallest possible valid JSON |
| Cpadded_string | String with extra allocation for ease of use with parser::parse() |
| Csimdjson_error | Exception thrown when an exception-supporting simdjson method is called |
| Csimdjson_result | The result of a simdjson operation that could fail |
| Csimdjson_result< dom::array > | The result of a JSON conversion that may fail |
| Csimdjson_result< dom::element > | The result of a JSON navigation that may fail |
| Csimdjson_result< dom::object > | The result of a JSON conversion that may fail |
1.8.17