Add an example json

This commit is contained in:
Emi Simpson 2023-03-08 12:19:42 -05:00
parent 224ec0bc98
commit 907bc5d505
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 15 additions and 0 deletions

15
example.json Normal file
View File

@ -0,0 +1,15 @@
[
"fibb_helper",
{
"a": {"b": {
"0": "a",
"1": "b",
"S S n": ["fibb_helper", ["+", "a", "b"], ["+", ["+", "a", "b"], "b"], "n"]
}}
},
"fibb",
["fibb_helper", 0, 1],
[]
]