json v2.1.1 Release Notes

Release Date: 2017-02-25 // about 7 years ago
  • Full Changelog

    • โš  warning in the library #472
    • How to create an array of Objects? #470
    • [Bug?] Cannot get int pointer, but int64_t works #468
    • Illegal indirection #467
    • in vs can't find linkageId #466
    • ๐Ÿ“œ Roundtrip error while parsing "1000000000000000010E5" #465
    • โš  C4996 error and warning with Visual Studio #463
    • Support startIndex for from_cbor/from_msgpack #462
    • question: monospace font used in feature slideshow? #460
    • Object.keys() #459
    • ๐Ÿ‘‰ Use โ€œ, โ€œ as delimiter for json-objects. #457
    • Enum -> string during serialization and vice versa #455
    • ๐Ÿ–จ doubles are printed as integers #454
    • โšก๏ธ Warnings with Visual Studio c++ (VS2015 Update 3) #453
    • Heap-buffer-overflow (OSS-Fuzz issue 585) #452
    • ๐Ÿ‘‰ use of undeclared identifier 'UINT8_MAX' #451
    • Question on the lifetime managment of objects at the lower levels #449
    • Json should not be constructible with 'json*' #448
    • ๐Ÿšš Move value_t to namespace scope #447
    • Typo in README.md #446
    • ๐Ÿ‘‰ make check compilation is unneccesarily slow #445
    • Problem in dump() in json.h caused by ss.imbue #444
    • ๐Ÿ I want to create Windows Application in Visual Studio 2015 c++, and i have a problem #443
    • Implicit conversion issues #442
    • ๐Ÿ“œ Parsing of floats locale dependent #302

    • ๐Ÿ— Speedup CI builds using cotire #461 (tusharpm)

    • TurpentineDistillery feature/locale independent str to num #450 (nlohmann)

    • README: adjust boost::optional example #439 (jaredgrubb)

    • ๐Ÿ›  fix #414 - comparing to 0 literal #415 (stanmihai4)

    • locale-independent num-to-str #378 (TurpentineDistillery)