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