Y
Hacker News
new
|
ask
|
show
|
jobs
by
sagacity
616 days ago
But what's your point? Would you truly want consumers of JSON Patch data to embed a JS interpreter?
1 comments
moralestapia
616 days ago
My point is that the JS interpreter is likely already there.
link
_blk
615 days ago
only if you think of JSON in the context of a browser. JSON is used as serialized representation of objects in embedded systems, config files, etc. where a JS interpreter is unnecessary, absent or unwanted (size, security, platform preferences, ...)
link