♻️ refactored SAX parser

This commit is contained in:
Niels Lohmann
2018-02-26 20:08:12 +01:00
parent 981e226ca2
commit 21352c4d8e
7 changed files with 260 additions and 110 deletions

View File

@@ -9,6 +9,7 @@ SRCS = include/nlohmann/json.hpp \
include/nlohmann/detail/exceptions.hpp \
include/nlohmann/detail/input/binary_reader.hpp \
include/nlohmann/detail/input/input_adapters.hpp \
include/nlohmann/detail/input/json_sax.hpp \
include/nlohmann/detail/input/lexer.hpp \
include/nlohmann/detail/input/parser.hpp \
include/nlohmann/detail/iterators/internal_iterator.hpp \