diff --git a/data/experimental/lookUpWithArray/animals.json b/data/experimental/lookUpWithArray/animals.json new file mode 100644 index 0000000..9f6d60d --- /dev/null +++ b/data/experimental/lookUpWithArray/animals.json @@ -0,0 +1,14 @@ +{ + "animals": [ + { + "name": "Jake", + "Aanimal": "dog", + "Banimal": "dog" + }, + { + "name": "Blacky", + "Aanimal": "parrot", + "Banimal": "parrot" + } + ] +} \ No newline at end of file