Open ahdinosaur opened 1 year ago
NestedText has a different approach
key 4:
key 4a: value 4a
key 4b: value 4b
key 5:
> first line of value 5
> second line of value 5
->
{
"key 4": {
"key 4a": "value 4a",
"key 4b": "value 4b"
},
"key 5": "first line of value 5\nsecond line of value 5"
}
my main consideration is i want the structure parser to be separate from the expression parser. so i don't want multi-line structure to be dependent on whether the expression is "done".
Describe the solution you'd like
A design similar to:
(Draft documentation)
Describe alternatives you've considered or related projects
Additional context