jsonpatch: JSON Patch parsing and application
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- [missing-upper-bounds] On library, these packages miss upper bounds: - aeson - aeson-optics - attoparsec - mtl - optics - text - vector Please add them. There is more information at https://pvp.haskell.org/
This is a Haskell library for parsing and applying JSON Patches
From https://www.json.org/:
JSON Patch is a format for describing changes to a JSON document. It can be used to avoid sending a whole document when only a part has changed. When used in combination with the HTTP PATCH method, it allows partial updates for HTTP APIs in a standards compliant way.
The patch documents are themselves JSON documents.
JSON Patch is specified in RFC 6902 from the IETF.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.3.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=2.0.3.0), aeson-optics (>=1.2.0.1), attoparsec (>=0.14.4), base (>=4.16.4.0 && <5), mtl (>=2.2.2), optics (>=0.4.2), text (>=1.2.5.0), vector (>=0.12.3.1) [details] |
License | AGPL-3.0-only |
Author | |
Maintainer | Patrick Brisbin |
Category | JSON |
Home page | https://github.com/pbrisbin/jsonpatch#readme |
Bug tracker | https://github.com/pbrisbin/jsonpatch/issues |
Source repo | head: git clone https://github.com/pbrisbin/jsonpatch |
Uploaded | by PatrickBrisbin at 2025-04-10T11:21:41Z |
Modules
[Index] [Quick Jump]
Downloads
- jsonpatch-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees