Daniel Parker
Daniel Parker
Draft 2019-09 introduces major changes including a significant number of changes described as "incompatible" and "semi-incompatible" with previous versions. That makes supporting older and newer versions with the same code...
Thanks for posting this, the results are quite interesting. It's uncommon to see json benchmarks that go beyond parsing and serializing. In terms of structure, nlohmann stores json objects as...
After considering this request, I think I want to stick to the flat map memory layout, I don't think I want to introduce `std::map` or `std::unordered_map` (which have different iterator...
No idea. As far as I know, SVN access is a feature supported by github, and there are no repository settings required.
I don't know how to go about that, as I don't have an Arduino environment for testing.
Okay, I've installed platformio, and will have a look. Could take a while!
Let's keep this one open, until it's resolved one way or the other.
No, sorry. Right now, the only thing I could offer is that if you make the attempt and identify specific compilation errors with the existing code, I could look at...
It's on the list. It may take a while, though.
I think before looking at CDDL I need to revisit some aspects of the CBOR implementation. Currently it transforms CBOR events into jsoncons events during parsing, feeding those events into...