diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2018-04-04 21:54:03 +0100 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2018-04-04 21:54:03 +0100 |
commit | c7f7a60a7f1175696b8239355dc7737532c1f1ce (patch) | |
tree | fe5759a74286560e0da63208fdb0424098fe810c /proto/stuff.json |
Diffstat (limited to 'proto/stuff.json')
-rw-r--r-- | proto/stuff.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/stuff.json b/proto/stuff.json new file mode 100644 index 0000000..e665b6f --- /dev/null +++ b/proto/stuff.json @@ -0,0 +1,9 @@ +{ + "apple": { + "edible": true, + "energy": 2 + }, + "lamp": { + "light": true + } +} |