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