←back to thread

JSON Patch

(zuplo.com)
299 points DataOverload | 1 comments | | HN request time: 0.204s | source
Show context
zarzavat ◴[] No.41881657[source]
Why is the path a string and not an array? That means you have to have some way to escape / in keys, and also you need to parse the path string. Parser in parser syndrome. Or otherwise it can't handle arbitrary JSON documents.
replies(2): >>41881801 #>>41882889 #
1. lilyball ◴[] No.41882889[source]
Probably because JSON Patch was "influenced by" XML Patch.