|
|
|
|
|
by thesuperbigfrog
1321 days ago
|
|
>> something formatted with pipes, quotes and spaces would be better How well would this format handle deeply nested structures? It seems like it would require a lot of space characters compared to nesting open and close characters: {} or () or [] How would escaping pipes, quotes, and spaces work to represent those character literals? There are already numerous structured text formats: JSON, XML, S-expressions, YAML, TOML, EDN, and many more. Wouldn't this be yet another format? (https://xkcd.com/927/) |
|
It's even simpler and more flexible than S-expressions.
Handles deeply nested structures perfectly well. Has only 3 characters to escape (brackets and the escape character).
(I am the author)
[0] https://jevko.org/