Add an example json
This commit is contained in:
parent
224ec0bc98
commit
907bc5d505
15
example.json
Normal file
15
example.json
Normal 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],
|
||||||
|
|
||||||
|
[]
|
||||||
|
]
|
Loading…
Reference in a new issue