1 #ifndef SIMDJSON_DOM_BASE_H
2 #define SIMDJSON_DOM_BASE_H
4 #include "simdjson/base.h"
14 static constexpr
size_t DEFAULT_BATCH_SIZE = 1000000;
23 static constexpr
size_t MINIMAL_BATCH_SIZE = 32;
28 static constexpr
size_t MINIMAL_DOCUMENT_CAPACITY = 32;
32 class document_stream;
38 #ifdef SIMDJSON_THREADS_ENABLED
@ object
A JSON object ( { "a": 1, "b" 2, ... } )
@ array
A JSON array ( [ 1, 2, 3 ... ] )
The top level simdjson namespace, containing everything the library provides.