Files
simdjson-simdjson/include/simdjson/parsedjson.h
T
2020-03-28 13:42:21 -07:00

14 lines
228 B
C++

// TODO Remove this -- deprecated API and files
#ifndef SIMDJSON_PARSEDJSON_H
#define SIMDJSON_PARSEDJSON_H
#include "simdjson/document.h"
namespace simdjson {
using ParsedJson = dom::parser;
} // namespace simdjson
#endif