Y
Hacker News
new
|
ask
|
show
|
jobs
by
moralestapia
615 days ago
My point is that the JS interpreter is likely already there.
1 comments
_blk
614 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