hackage.haskell.org : jsonpatch : 0.3.0.1
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.3.0.1
Published:
Indexed:
Related tag:
v0.3.0.1
- aeson >=2.0.3.0
- aeson-optics >=1.2.0.1
- base >=4.16.4.0 && <5
- bytestring >=0.11.4.0
- optics-core >=0.4.1
- text >=1.2.5.0
- vector >=0.12.3.1