1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🚧 started a SAX/DOM/callback parser

This commit is contained in:
Niels Lohmann
2018-03-18 15:13:53 +01:00
parent 375b05a17d
commit 22929fe189
4 changed files with 479 additions and 0 deletions

View File

@ -173,6 +173,8 @@ class basic_json
friend class ::nlohmann::detail::binary_reader;
template<typename BasicJsonType>
friend class ::nlohmann::detail::json_sax_dom_parser;
template<typename BasicJsonType>
friend class ::nlohmann::detail::json_sax_dom_callback_parser;
/// workaround type for MSVC
using basic_json_t = NLOHMANN_BASIC_JSON_TPL;