-
-# |
-
-
-``
- |
-item.# |
-item |
-item.type.# |
-time.type |
-item.weight.# |
-time.weight |
-
-
-0 |
-alice,"{...}" |
-0 |
-
-
-```json
-{
-"type": "sword",
-"weight": 1500
-}
-```
-
- |
-0 |
-sword |
-0 |
-2500 |
-
-
-1 |
-alice,"{...}" |
-0 |
-
-
-```json
-{
-"type": "shield",
-"weight": 2500
-}
-```
-
- |
-0 |
-shield |
-0 |
-1500 |
-
-
-2 |
-bob,"{...}" |
-0 |
-
-
-```json
-{
-"type": "flower",
-"weight": 15
-}
-```
-
- |
-0 |
-flower |
-0 |
-15 |
-
-
-