Niels Lohmann
Niels Lohmann
This PR adds support for the BON8 binary format. See #2980. Todo: - [x] add parser - [ ] increase coverage - [ ] add examples from other binary formats...
As discussed in https://github.com/nlohmann/json/pull/3444#discussion_r857072525, we currently have no single place to collect all things deemed to wait until the next breaking change. The goal for this issue is to have...
Check if all jobs in AppVeyor are needed. AppVeyor is much slower as GitHub Actions. - [ ] Remove jobs that can also be executed in GitHub Actions. - [...
Closes #1749.
## Description When updating the test suite of [nlohmann/json](https://github.com/nlohmann/json), the test suite could no longer be compiled with ICPC. (see https://github.com/nlohmann/json/runs/6949564760?check_suite_focus=true for the failed CI run and https://github.com/nlohmann/json/pull/3545 for the...
I set up `flask-profiler` as described in the README, and it works fine so far. However, column "name" is always empty:  Apart from that, everything works find - it's...
The [latest release](https://github.com/nlohmann/json/releases/tag/v2.0.9) of [JSON for Modern C++](https://github.com/nlohmann/json) - a header-only C++ library that aims to promote JSON to a first-class data type in C++11 - now supports MessagePack as...
Is there a way to select the benchmarks to run with a command line parameter? Something like ``` ./benchmark -s 10 "parse.*" ``` to run all benchmarks with titles beginning...
I have a set of executions with varying individual runtimes (11 ms to 1297 ms). If I execute the benchmark with a fixed number of samples, the runtimes of each...
Protobuf has a map type, see https://developers.google.com/protocol-buffers/docs/proto#maps. I have not found a similar mechanism in zserio. Though serialization should be easy (e.g., an array of pairs), I would also expect...