MyGit

v3.9.0

nlohmann/json

版本发布时间: 2020-07-27 21:55:38

nlohmann/json最新发布版本:v3.11.3(2023-11-29 05:38:09)

Release date: 2020-07-27 SHA-256: d8089d52d285ef2c5368eb39ae665b39ea464206b1ca674a88a915c0245ff4f0 (json.hpp), 5b9b819aed31626aefe2eace23498cafafc1691890556cd36d2a8002f6905009 (include.zip)

JSON for Modern C++ 3.9.0 is a feature release that adds four long-awaited features, some requested five years ago.

All changes are backward-compatible. See below the complete list of changes. See the README or the documentation for more information.

:moneybag: Note you can support this project via GitHub sponsors or PayPal.

:sparkles: New Features

:bug: Bug Fixes

:zap: Improvements

:hammer: Further Changes

:fire: Deprecated functions

Passing iterator pairs or pointer/length pairs to parsing functions (basic_json::parse, basic_json::accept, basic_json::sax_parse, basic_json::from_cbor, basic_json::from_msgpack, basic_json::from_ubjson, basic_json::from_bson) via initializer lists is deprecated. Instead, pass two iterators; for instance, call basic_json::from_cbor(ptr, ptr+len) instead of basic_json::from_cbor({ptr, len}).

The following functions have been deprecated in earlier versions and will be removed in the next major version (i.e., 4.0.0):

All deprecations are annotated with HEDLEY_DEPRECATED_FOR to report which function to use instead.

相关地址:原始地址 下载(tar) 下载(zip)

1、 include.zip 301.65KB

2、 include.zip.asc 833B

3、 json.hpp 902.27KB

4、 json.hpp.asc 833B

查看:2020-07-27发行的版本