mirror of
https://github.com/nlohmann/json.git
synced 2026-05-30 10:05:24 +00:00
🔨 added SAX-DOM-Parser
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user