1#ifndef SIMDJSON_DOM_BASE_H
2#define SIMDJSON_DOM_BASE_H
4#include "simdjson/base.h"
14static constexpr size_t DEFAULT_BATCH_SIZE = 1000000;
23static constexpr size_t MINIMAL_BATCH_SIZE = 32;
28static constexpr size_t MINIMAL_DOCUMENT_CAPACITY = 32;
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.