Repository navigation
rfc-6901
- Website
- Wikipedia
jsonpatch is a Go library to create JSON patches (RFC6902) directly from arbitrary Go objects and facilitates the implementation of sophisticated custom (e.g. filtered, validated) patch creation.
Failsafe value retrieval, modification and utils using json-pointer spec
JSON Pointer (RFC-6901) PHP implementation
Implements JSON patch documents and JSON pointers
Lightweight single-header JSON parser/generator for C/C++ in STB tradition. Implements RFC 8259 (JSON), RFC 6901 (JSON Pointer), RFC 6902 (JSON Patch), and RFC 7386 (Merge Patch). Zero dependencies, thread-safe, UTF-8 validation, file I/O, minification, and custom allocators. Ideal for embedded systems and cross-platform projects.
Yet another JSON library lightweight C++ header
A RFC 6901 compliant JSON pointer library to handle arbitrary structured data.
The JSON pointer - PHP object implementation
Go package to manipulate RFC 6901 JSON pointers.
JsonPointer (rfc6901) syntax frontend for Struct::Path
A C++ library and utility applications for handling JSON documents.
STB-style, single-file JSON parser and generator for C/C++. Header-only and RFC-compliant, fast, portable, and easy to drop into any project. 🐙