json icon indicating copy to clipboard operation
json copied to clipboard

JSON for Modern C++

Results 209 json issues
Sort by recently updated
recently updated
newest added

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.1. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0...

documentation
S
dependencies

### Description VS 2022 latest version on win 10 latest version don't compile any recent version of JSON ( I'm a recent user of this classes ) ![Sans titre](https://github.com/nlohmann/json/assets/92106896/6942f7e6-a93d-4016-bbca-6a37fdd0a7c8) ###...

kind: bug

### Description Setting `JSON_DisableEnumSerialization` to `ON` when building _JSON for Modern C++_ with testing enabled (`JSON_BuildTests` set also set to `ON`), the tests do not build and the build fails....

kind: bug

This PR adds support for decoding and encoding BSON element 11: 64bit unsigned int. This resolves https://github.com/nlohmann/json/issues/3894. ## Changes - Decode element `0x11` correctly as `uint64_t`. - Update existing `write_bson_unsigned`...

documentation
aspect: binary formats
M
tests

This allows printing very deep trees without running out of stack.

L

### Description After upgrading from `3.9.1` to `3.11.3` the code asserts when iterating over a json array that's been filtered using `std::views::filter` due to an uninitialized iterator. In addition to...

kind: bug
confirmed
state: please discuss
state: help needed

### Description The natvis template, and by extension the generated natvis file, contain stuff like: ```xml {*(m_value.object)} ``` while `basic_json` stores both `m_type` and `m_value` in the `m_data` field. This...

kind: bug

Bumps [nltk](https://github.com/nltk/nltk) from 3.8.1 to 3.9. Changelog Sourced from nltk's changelog. Version 3.9.1 2024-08-19 Fixed bug that prevented wordnet from loading Version 3.9 2024-08-18 Avoid need for pickled models, resolves...

documentation
S
dependencies

### Description Hi, I am using the library at a place where Coverity scans the source code. Recently the scanner was upgraded to 2024.6.0 Some new issues are popping up:...

state: needs more info

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

documentation
S
dependencies