json/src
Niels Lohmann 80dcf22fc3
🔨 added a check function for MsgPack strings #497
To avoid the error described in #497, I added a function
msgpack_expect_string that is executed every time a string is expected
during the parsing of a map. In case the current byte does not belong
to a MsgPack string, an exception is thrown.
2017-03-12 14:39:20 +01:00
..
json.hpp 🔨 added a check function for MsgPack strings #497 2017-03-12 14:39:20 +01:00
json.hpp.re2c 🔨 added a check function for MsgPack strings #497 2017-03-12 14:39:20 +01:00