#
json-pointer
Here are 38 public repositories matching this topic...
sdirix
commented
Mar 22, 2019
It would be very helpful if you could document in the README or on the API website which versions of JSON Schema are supported. For example draft-04, draft-06 and draft-07.
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, msgpack.org[C++], CBOR, BSON, UBJSON
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
csv-parser
csv-reader
json-construction
streaming-json-read
-
Updated
Jun 17, 2020 - C++
C++ header-only JSON library
-
Updated
Jun 4, 2020 - C++
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++
An implementation of JSON Patch and JSON Pointer
-
Updated
May 4, 2020 - Ruby
json for modern c++ (single header file, release versions)
-
Updated
Nov 22, 2019 - C++
Open
Docs for CLI
AndersDJohnson
opened
Feb 22, 2017
Open
Javadoc website
JSON Pointer (RFC 6901) for Go
-
Updated
Apr 28, 2020 - Go
JSON command-line swiss knife: diff, reordering, patch, pointer, validator, codegen
-
Updated
May 20, 2020 - PHP
JSON serializable rules to match Jackson JsonNodes using JSON Pointers
-
Updated
May 15, 2020 - Java
Query and transform your json data using an extended glob-pattern.
-
Updated
Mar 14, 2020 - JavaScript
Implementation of RFC 6901 JavaScript Object Notation Pointer strings in Elixir
-
Updated
Jul 31, 2019 - Elixir
Jacksync provides a library for synchronization by producing and applying a JSON Patches to Java objects. Inspired by RFC 6902 (JSON Patch) and RFC 7386 (JSON Merge Patch) written in Java, which uses Jackson at its core. provides advanced sync, merge, patch & diff processing.
java
json
synchronization
jackson
json-pointer
json-patch
rfc-6902
json-diff
json-merge-patch
json-document
rfc-7386
-
Updated
Oct 18, 2017 - Java
Angular JSON Schema Form Library
autocomplete
angular
json-schema
angular2
declarative-ui
form-builder
json-pointer
jsonpath
declarative-html-form
-
Updated
Jun 12, 2020 - TypeScript
C JSON parser (both, SAX-like & full DOM)
-
Updated
Feb 17, 2020 - C
Extends encoding/json to return unmarshal errors located with JSON Pointer (RFC 6091).
-
Updated
Feb 24, 2020 - Go
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
Map from one object to another using JSON pointers
-
Updated
Apr 11, 2017 - TypeScript
Read and transform JSON documents through JSON-Patch/Pointer
-
Updated
Apr 25, 2020 - PHP
RFC 6902 JSON Patch implementation for X2 Framework.
-
Updated
Dec 5, 2018 - JavaScript
Tools to deal with references in Javascript objects. Now part of oas-kit
-
Updated
Jun 3, 2018 - JavaScript
A crate for parsing and using JSON pointers, as specified in RFC 6901.
-
Updated
Jun 7, 2017 - Rust
Improve this page
Add a description, image, and links to the json-pointer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-pointer 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?