- From: Gregg Kellogg <gregg@greggkellogg.net>
- Date: Wed, 3 May 2017 17:20:19 -0700
- To: Linked JSON <public-linked-json@w3.org>
This PR is editorial only, but further abstracts JSON-LD from JSON proper by describing a “JSON-LD internal representation”. Previously algorithms would describe “creating a new empty JSON Object”, which you can’t really do algorithmically, as it is internally represented using some kind of hash/map structure, or an “Object” in JavaScript. This also makes it easier for other serializations, such as YAML and CBOR to make use of JSON-LD concepts while not, themselves, being JSON. > https://github.com/json-ld/json-ld.org/pull/485 <https://github.com/json-ld/json-ld.org/pull/485> I’ll leave this open for a couple of days for comments, as it does not represent a functional change to the specs. Gregg Kellogg gregg@greggkellogg.net
Received on Thursday, 4 May 2017 00:20:54 UTC