jsonpatch-0.3.0.2: JSON Patch parsing and application
Copyright(c) 2025 Patrick Brisbin
LicenseAGPL-3
Maintainer[email protected]
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageGHC2021

Data.JSON.Patch.Apply

Description

 
Synopsis

Documentation

patchValue :: [Patch] -> Value -> Either PatchError Value Source #

Apply the given Patches to the given Value