Describe which keywords a developer has to know in the design goals.
--- a/spec/latest/json-ld-syntax/index.html Wed Jan 18 15:03:49 2012 -0500
+++ b/spec/latest/json-ld-syntax/index.html Sun Jan 22 16:53:59 2012 +0800
@@ -451,10 +451,11 @@
<dl>
<dt>Simplicity</dt>
- <dd>Developers need only know JSON and three keywords to use the basic
- functionality in JSON-LD. No extra processors or software libraries are
- necessary to use JSON-LD in its most basic form. The language attempts to
- ensure that developers have an easy learning curve.</dd>
+ <dd>Developers need only know JSON and two keywords (<code>@context</code>
+ and <code>@id</code>) to use the basic functionality in JSON-LD. No extra
+ processors or software libraries are necessary to use JSON-LD in its most
+ basic form. The language attempts to ensure that developers have an easy
+ learning curve.</dd>
<dt>Compatibility</dt>
<dd>The JSON-LD markup must be 100% compatible with JSON. This ensures that
all of the standard JSON libraries work seamlessly with JSON-LD documents.</dd>