MyGit

v3.8.0

nlohmann/json

版本发布时间: 2020-06-14 23:45:32

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

Release date: 2020-06-14 SHA-256: be7bbfbc7c62c35aa6f27dfbdd950384f247dd9f2281b5930bdaa3a6ab95eef7 (json.hpp), 8590fbcc2346a3eefc341935765dd57598022ada1081b425678f0da9a939a3c0 (include.zip)

Summary

It has been six months since the last release, and a lot of minor changes and bug fixes have accumulated. Nonetheless, JSON for Modern C++ 3.8.0 is a feature release.

All changes are backward-compatible. See below the complete list of changes.

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

:sparkles: New Features

:bug: Bug Fixes

:zap: Improvements

:hammer: Further Changes

:fire: Deprecated functions

This release deprecates 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. 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 290.79KB

2、 include.zip.asc 833B

3、 json.hpp 855.72KB

4、 json.hpp.asc 833B

查看:2020-06-14发行的版本