json-pointer
There are 72 repositories under json-pointer topic.
nlohmann/json
JSON for Modern C++
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
json-everything/json-everything
System.Text.Json-based support for all of your JSON needs.
APIDevTools/json-schema-ref-parser
Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
danielaparker/jsoncons
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
taocpp/json
C++ header-only JSON library
opis/json-schema
JSON Schema validator for PHP
tenderlove/hana
An implementation of JSON Patch and JSON Pointer for Ruby
objecthub/swift-dynamicjson
Framework for representing, validating, querying, and manipulating generic JSON values in Swift. Supported are standards such as JSON Pointer (RFC 6901), JSON Path (RFC 9535), JSON Patch (RFC 6902), JSON Merge Patch (RFC 7396), and JSON Schema.
marksparkza/jschon
An object-oriented JSON Schema implementation for Python.
dashjoin/json-schema-form
Angular JSON Schema Form Library
swaggest/json-cli
JSON command-line swiss knife: diff, reordering, patch, pointer, validator, codegen
danielaparker/JsonCons.Net
The JsonCons.Net libraries complement the System.Text.Json namespace with support for JSON Pointer, JSON Patch, JSON Merge Patch, JSONPath, and JMESPath.
azadkuh/nlohmann_json_release
json for modern c++ (single header file, release versions)
sourcemeta/core
A comprehensive set of composable foundational C++ libraries and CMake utilities to power Sourcemeta projects
jg-rp/python-jsonpath
A flexible JSONPath engine for Python with JSON Pointer and JSON Patch
brunerd/jpt
JSON Power Tool: Retrieve and manipulate JSON data using JSONPath, JSON Pointer, JSON Patch, and JSON Merge Patch. Written in Javascript, wrapped in shell, requiring jsc the JavaScriptCore binary.
alexeykuzmin/jsonpointer.js
JavaScript implementation of JSON Pointer
dolmen-go/jsonptr
JSON Pointer (RFC 6901) for Go
stoplightio/json
Useful functions when working with JSON.
santanusinha/json-rules
JSON serializable rules to match Jackson JsonNodes using JSON Pointers
mity/centijson
C JSON parser (both, SAX-like & full DOM)
sagold/json-query
Query and transform your json data using an extended glob-pattern.
planetis-m/jsonpak
Packed ASTs for compact and efficient JSON representation, with JSON Pointer, JSON Patch support.
AndersDJohnson/jackson-json-reference
JSON Reference for Java with Jackson.
bnclabs/gson
Algorithms on data formats - JSON, CBOR, Collation.
Stillpoint-Software/hyperbee.json
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
sagold/json-pointer
Failsafe value retrieval, modification and utils using json-pointer spec
ZenWave360/json-schema-ref-parser-jvm
Parse, Resolve, and Dereference JSON Schema $ref pointers for JVM
chanced/jsonpointer
JSON Pointers (rfc 6901) for Go
odogono/elixir-jsonpointer
Implementation of RFC 6901 JavaScript Object Notation Pointer strings in Elixir
remorhaz/php-json-pointer
JSON Pointer (RFC-6901) PHP implementation
shagaba/jacksync
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.
borgeby/clj-json-pointer
Simple Clojure(Script) library for working with JSON Pointer and JSON Patch, with no external dependencies.
bsubhashni/yasjl
Json library
dolmen-go/jsonptrerror
Extends encoding/json to return unmarshal errors located with JSON Pointer (RFC 6091).