|
10 | 10 | [](https://www.codacy.com/gh/nlohmann/json/dashboard?utm_source=github.com&utm_medium=referral&utm_content=nlohmann/json&utm_campaign=Badge_Grade)
|
11 | 11 | [](https://lgtm.com/projects/g/nlohmann/json/context:cpp)
|
12 | 12 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:json)
|
13 |
| -[](https://wandbox.org/permlink/NVz8xGnDiSisXIiH) |
| 13 | +[](https://wandbox.org/permlink/7p8sQckddTc0Y81T) |
14 | 14 | [](https://nlohmann.github.io/json/doxygen/index.html)
|
15 | 15 | [](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT)
|
16 | 16 | [](https://github.com/nlohmann/json/releases)
|
@@ -1590,6 +1590,7 @@ I deeply appreciate the help of the following people.
|
1590 | 1590 | - [Arseniy Terekhin](https://github.com/senyai) made the GDB pretty-printer robust against unset variable names.
|
1591 | 1591 | - [Amir Masoud Abdol](https://github.com/amirmasoudabdol) updated the Homebrew command as nlohmann/json is now in homebrew-core.
|
1592 | 1592 | - [Hallot](https://github.com/Hallot) fixed some `-Wextra-semi-stmt warnings`.
|
| 1593 | +- [Giovanni Cerretani](https://github.com/gcerretani) fixed `-Wunused` warnings on `JSON_DIAGNOSTICS`. |
1593 | 1594 |
|
1594 | 1595 | Thanks a lot for helping out! Please [let me know ](mailto:[email protected]) if I forgot someone.
|
1595 | 1596 |
|
@@ -1621,7 +1622,7 @@ The library itself consists of a single header file licensed under the MIT licen
|
1621 | 1622 | - [**send_to_wandbox**](https://github.com/nlohmann/json/blob/develop/doc/scripts/send_to_wandbox.py) to send code examples to [Wandbox](https://wandbox.org)
|
1622 | 1623 | - [**Travis**](https://travis-ci.org) for [continuous integration](https://travis-ci.org/nlohmann/json) on Linux and macOS
|
1623 | 1624 | - [**Valgrind**](https://valgrind.org) to check for correct memory management
|
1624 |
| -- [**Wandbox**](https://wandbox.org) for [online examples](https://wandbox.org/permlink/NVz8xGnDiSisXIiH) |
| 1625 | +- [**Wandbox**](https://wandbox.org) for [online examples](https://wandbox.org/permlink/7p8sQckddTc0Y81T) |
1625 | 1626 |
|
1626 | 1627 |
|
1627 | 1628 | ## Projects using JSON for Modern C++
|
|
0 commit comments