json v2.0.9 Release Notes

Release Date: 2016-12-16 // over 7 years ago
  • Full Changelog

    • ๐Ÿ“š #pragma GCC diagnostic ignored "-Wdocumentation" #393
    • ๐Ÿ“œ How to parse this json file and write separate sub object as json files? #392
    • Integer-overflow (OSS-Fuzz issue 267) #389
    • Implement indefinite-length types from RFC 7049 #387
    • template parameter "T" is not used in declaring the parameter types of function template #386
    • Serializing json instances containing already serialized string values without escaping #385
    • โž• Add test cases from RFC 7049 #384
    • โž• Add a table of contents to the README file #383
    • โšก๏ธ Update FAQ section in the guidelines for contributing #382
    • ๐Ÿ‘ Allow for forward declaring nlohmann::json #381
    • ๐Ÿ› Bug in overflow detection when parsing integers #380
    • A unique name to mention the library? #377
    • ๐Ÿ‘Œ Support for comments. #376
    • Non-unique keys in objects. #375
    • Request: binary serialization/deserialization #358

    • Replace class iterator and const_iterator by using a single template class to reduce code. #395 (Bosswestfalen)

    • โš  Clang: quiet a warning #391 (jaredgrubb)

    • ๐Ÿ›  Fix issue #380: Signed integer overflow check #390 (qwename)