Closed as not planned
Description
Two years ago a created a nested format with strings, lists and dictionaries for my personal use that was surprisingly similar to NestedText. While it was a bit less elegant than NestedText and still required some escaping, there was one thing that was imo nicer than in NestedText - it supported unannounced multiline strings. In my understanding from quickly reading the docs, I don't think there would be any ambiguity in allowing
key: a dictionary value
that spans
multiple lines
another key: another value
and
- a list value
that spans
multiple lines
- another value
as shorter alternatives to
key:
> a dictionary value
> that spans
> multiple lines
another key: another value
and
-
> a dictionary value
> that spans
> multiple lines
- another value
I'd love if this was added into the syntax if I'm not missing any clashes.
PS: I added NestedText to https://en.wikipedia.org/wiki/Comparison_of_data-serialization_formats .¨
EDIT: Well it was reverted. Apparently it needs a Wikipedia page first.
Metadata
Metadata
Assignees
Labels
No labels