On 2013-11 -27, at 23:00, Tim Bray wrote:
JSON is interesting in being a subset of ECMAscript. That is a big dependency -- will it be preserved? However as it is unwise to feed JSON into an ECMAscript processor for security reasons, that dependency may not affect code, just mean that JSON and ECMAscript parsers can share parts at the moment. One could imagine that the arc of ECMAscript's evolution could end up having all kinds of impact on the data structure syntax and semantics. (unordered sets as alternative to lists? who knows). So in that case one could imagine pressure to make a new version of JSON to match. Yes, literal ISO dates and dateTimes -- I added them to my own N3/turtle parsers without much fanfare, wish they had been put in the Turtle language too. Maybe they will. -timbl
|