Describe which keywords a developer has to know in the design goals.
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 22 Jan 2012 16:53:59 +0800
changeset 350 0b64476e7a18
parent 349 8d2d2fba4f17
child 351 af2637ea5bcc
Describe which keywords a developer has to know in the design goals.
spec/latest/json-ld-syntax/index.html
--- 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>