🔨 added SAX-DOM-Parser

This commit is contained in:
Niels Lohmann
2018-03-05 21:06:00 +01:00
parent 9d27429527
commit 5b9d03cfdb
5 changed files with 325 additions and 124 deletions
+2
View File
@@ -171,6 +171,8 @@ class basic_json
friend class ::nlohmann::detail::binary_writer;
template<typename BasicJsonType>
friend class ::nlohmann::detail::binary_reader;
template<typename BasicJsonType>
friend class ::nlohmann::json_sax_dom_parser;
/// workaround type for MSVC
using basic_json_t = NLOHMANN_BASIC_JSON_TPL;