zio-json icon indicating copy to clipboard operation
zio-json copied to clipboard

Add ability to read JsonDiff from RFC 7386

Open jdegoes opened this issue 4 years ago • 0 comments

Ability to read a JSON patch into a JSON diff structure:

object JsonDiff {
   def fromRFC7386(json: Json): JsonDiff = ???
}

https://tools.ietf.org/html/rfc7386

jdegoes avatar May 06 '21 00:05 jdegoes