![]() |
simdjson
0.4.0
Ridiculously Fast JSON
|
| ▼Nsimdjson | |
| ▼Ndom | |
| ▼Carray | 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 | JSON object |
| Citerator | |
| Cparser | A persistent document parser |
| Cimplementation | An implementation of simdjson for a particular CPU architecture |
| Cminifier | 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::document_stream > | |
| 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