simdjson
3.2.3
Ridiculously Fast JSON
parsedjson.h
1
// TODO Remove this -- deprecated API and files
2
3
#ifndef SIMDJSON_DOM_PARSEDJSON_H
4
#define SIMDJSON_DOM_PARSEDJSON_H
5
6
#include "simdjson/dom/base.h"
7
8
namespace
simdjson
{
9
13
using
ParsedJson
[[deprecated(
"Use dom::parser instead"
)]] =
dom::parser
;
14
15
}
// namespace simdjson
16
17
#endif
// SIMDJSON_DOM_PARSEDJSON_H
simdjson::dom::parser
A persistent document parser.
Definition:
parser.h:30
simdjson
The top level simdjson namespace, containing everything the library provides.
Definition:
base.h:8
include
simdjson
dom
parsedjson.h
Generated by
1.9.1