You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a note to the syntax specification that list of lists are not allowed in this version of JSON-LD and the according exceptions to the API specification.
This closes#52.
Copy file name to clipboardExpand all lines: spec/latest/json-ld-syntax/index.html
+1
Original file line number
Diff line number
Diff line change
@@ -1270,6 +1270,7 @@ <h2>Lists</h2>
1270
1270
The value of this key, if present, MUST be <code>true</code>.
1271
1271
This indicates that array values of keys coerced as <code>@list</code> are to be serialized
1272
1272
as a <ahref="#lists">List</a>.</p>
1273
+
<pclass="note">List of lists are not allowed in this version of JSON-LD. If a list of lists is detected, a JSON-LD processor will throw an exception.</p>
0 commit comments