1. 28 7月, 2017 2 次提交
  2. 27 7月, 2017 1 次提交
  3. 24 7月, 2017 5 次提交
  4. 22 7月, 2017 3 次提交
  5. 17 7月, 2017 1 次提交
    • N
      🐛 fix for #656 · 21d23982
      Niels Lohmann 提交于
      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"
      21d23982
  6. 12 7月, 2017 1 次提交
  7. 10 7月, 2017 2 次提交
  8. 09 7月, 2017 2 次提交
  9. 08 7月, 2017 4 次提交
  10. 22 6月, 2017 2 次提交
  11. 21 6月, 2017 8 次提交
  12. 19 6月, 2017 2 次提交
  13. 18 6月, 2017 2 次提交
  14. 17 6月, 2017 2 次提交
  15. 13 6月, 2017 3 次提交