hackage.haskell.org : jsonpatch : 0.1.0.0
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.
Registry -
Download -
JSON -
codemeta.json
purl: pkg:hackage/jsonpatch@0.1.0.0
Published:
Indexed:
Related tag:
v0.1.0.0
- 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