#
rfc-6901
Here are 11 public repositories matching this topic...
C++ Serialization library for JSON
yaml
c-plus-plus
serialization
json
review
json-serialization
json-parser
header-only
json-pointer
stl-containers
rfc-6901
rfc-6902
rfc-7159
rfc-7049
serialization-library
json-serialization-library
rfc-8259
-
Updated
Apr 20, 2020 - C++
Faster than light streaming JSON & USON parser and writer with rich and trivial to use API plus SSE optimizations
-
Updated
Apr 16, 2018 - C
Implements JSON patch documents and JSON pointers
-
Updated
Apr 10, 2020 - PHP
Failsafe value retrieval, modification and utils using json-pointer spec
-
Updated
Mar 28, 2018 - JavaScript
JsonPointer (rfc6901) syntax frontend for Struct::Path
-
Updated
Dec 16, 2018 - Perl
Improve this page
Add a description, image, and links to the rfc-6901 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rfc-6901 topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?