json/test
Niels Lohmann 21d23982ca
🐛 fix for #656
A complete rewrite of the string escape function. It now provides codepoint-to-\uxxxx escaping. Invalid UTF-8 byte sequences are not escaped, but copied as-is. I haven’t spent much time optimizing the code - but the library now agrees with Python on every single Unicode character’s escaping (see file test/data/json_nlohmann_tests/all_unicode_ascii.json).

Other minor changes: replaced "size_t" by "std::size_t"
2017-07-17 07:53:02 +02:00
..
data 🐛 fix for #656 2017-07-17 07:53:02 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src 🐛 fix for #656 2017-07-17 07:53:02 +02:00
thirdparty ⬆️ Catch v1.9.6 2017-07-08 12:11:45 +02:00
CMakeLists.txt reverting first/second experiment #350 2017-05-15 21:07:58 +02:00
Makefile ⬆️ Catch v1.9.5 2017-06-20 20:13:56 +02:00