JSON-Lang/example.json

16 lines
191 B
JSON
Raw Normal View History

2023-03-08 17:19:42 +00:00
[
"fibb_helper",
{
"a": {"b": {
"0": "a",
"1": "b",
"S S n": ["fibb_helper", ["+", "a", "b"], ["+", ["+", "a", "b"], "b"], "n"]
}}
},
"fibb",
["fibb_helper", 0, 1],
[]
]