json/test/data
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
..
big-list-of-naughty-strings added Big List of Naughty Strings 2017-01-16 20:03:50 +01:00
cbor_regression 🚚 renamed test files to allow windows build 2016-12-28 12:18:48 +01:00
json.org CBOR roundtrip tests 2016-11-27 17:47:56 +01:00
json_nlohmann_tests 🐛 fix for #656 2017-07-17 07:53:02 +02:00
json_roundtrip CBOR roundtrip tests 2016-11-27 17:47:56 +01:00
json_tests CBOR roundtrip tests 2016-11-27 17:47:56 +01:00
json_testsuite tests for CBOR 2016-11-27 00:09:24 +01:00
nst_json_testsuite CBOR roundtrip tests 2016-11-27 17:47:56 +01:00
regression CBOR roundtrip tests 2016-11-27 17:47:56 +01:00