1 #ifndef SIMDJSON_INTERNAL_JSONCHARUTILS_TABLES_H
2 #define SIMDJSON_INTERNAL_JSONCHARUTILS_TABLES_H
4 #include "simdjson/base.h"
6 #ifdef JSON_TEST_STRINGS
7 void found_string(
const uint8_t *buf,
const uint8_t *parsed_begin,
8 const uint8_t *parsed_end);
9 void found_bad_string(
const uint8_t *buf);
19 extern SIMDJSON_DLLIMPORTEXPORT
const bool structural_or_whitespace_negated[256];
20 extern SIMDJSON_DLLIMPORTEXPORT
const bool structural_or_whitespace[256];
21 extern SIMDJSON_DLLIMPORTEXPORT
const uint32_t digit_to_val32[886];
The top level simdjson namespace, containing everything the library provides.