Skip to content

Commit

Permalink
Add testfile for lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Dec 20, 2021
1 parent 845aabb commit ec57786
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/experimental/lookUpWithArray/animals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"animals": [
{
"name": "Jake",
"Aanimal": "dog",
"Banimal": "dog"
},
{
"name": "Blacky",
"Aanimal": "parrot",
"Banimal": "parrot"
}
]
}

0 comments on commit ec57786

Please sign in to comment.