←back to thread

JSON Patch

(zuplo.com)
299 points DataOverload | 1 comments | | HN request time: 0.343s | source
Show context
hamandcheese ◴[] No.41882453[source]
This basically is a procedural DSL for patching, built on JSON. Which gives me an idea.

What if the client supplied actual code to do the update? I'm thinking something sort of like ebpf in the kernel - very heavily restricted on what can be done, but still very flexible.

replies(2): >>41882480 #>>41884943 #
1. tengbretson ◴[] No.41884943[source]
I don't think Roy Fielding's dissertation included a solution to the halting problem.