json icon indicating copy to clipboard operation
json copied to clipboard

A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

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

https://www.phoronix.com/news/PostgreSQL-Opt-JSON-Esc-SIMD

Fix #1026. The idea is that you can run an external command from the benchmark. The command is communicated via an environment variable. E.g. in bash: ```bash BOOST_JSON_BENCH_EXTERNAL_COMMAND="./1.sh" ./bench -i:b...

Testing a new benchmark machine. "The (Hetzner) EX44 Dedicated server’s hidden gem is the Intel® Core™ i5-13500 processor." Ubuntu 24.04. CPU year 2023. After numerous optimizations, this is an example...

Would be good to have [JMESPath](https://jmespath.org/) query language available.

We need the 32-bit benchmarks, on a 2nd page. If for anything, to know if we have regressed.

Simple code (modified) to_json example gives me error static_assert failed: 'No suitable tag_invoke overload found for the type'. Such behaviour occurs only if using derived structs. I expected BOOST_DESCRIBE_STRUCT to...