# |
``
-
|
name.# |
name |
@@ -127,26 +153,15 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi
item |
item.type.# |
item.type |
-
+item.weight.# |
+item.weight |
0 |
```json
-{
- "name": "alice",
- "items": [
- {
- "type": "sword",
- "weight": 1500
- },
- {
- "type": "shield",
- "weight": 2500
- }
- ]
-}
+
+{...}
```
|
@@ -156,16 +171,13 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi
```json
-{
- "type": "sword",
- "weight": 1500
-}
+{...}
```
|
0 |
sword |
-
@@ -173,19 +185,7 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi
```json
-{
- "name": "alice",
- "items": [
- {
- "type": "sword",
- "weight": 1500
- },
- {
- "type": "shield",
- "weight": 2500
- }
- ]
-}
+{...}
```
|
@@ -204,7 +204,7 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi
0 |
shield |
-
@@ -212,15 +212,7 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi
```json
-{
- "name": "bob",
- "items": [
- {
- "type": "flower",
- "weight": 15
- }
- ]
-}
+{...}
```
|
@@ -239,7 +231,7 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi
0 |
flower |
-
@@ -248,8 +240,257 @@ In this example a [=field=] with [=declared name=] "item" is added to the [=logi