Skip to content

Commit 81888fe

Browse files
authored
Merge pull request #584 from wking/json-object-no-order-or-duplicates
glossary: Make objects explicitly unordered and forbid duplicate names
2 parents 6dfc682 + eeaccfa commit 81888fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

glossary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ On Linux, a leaf in the [namespace][namespaces.7] hierarchy in which the [config
2020
## JSON
2121

2222
All configuration [JSON][] MUST be encoded in [UTF-8][].
23+
JSON objects MUST NOT include duplicate names.
24+
The order of entries in JSON objects is not significant.
2325

2426
## Runtime
2527

@@ -31,6 +33,6 @@ It reads the [configuration files](#configuration) from a [bundle](#bundle), use
3133
On Linux, a leaf in the [namespace][namespaces.7] hierarchy from which the [runtime](#runtime) process is executed.
3234
New container namespaces will be created as children of the runtime namespaces.
3335

34-
[JSON]: http://json.org/
36+
[JSON]: https://tools.ietf.org/html/rfc7159
3537
[UTF-8]: http://www.unicode.org/versions/Unicode8.0.0/ch03.pdf
3638
[namespaces.7]: http://man7.org/linux/man-pages/man7/namespaces.7.html

0 commit comments

Comments
 (0)