▲ | Cthulhu_ 5 hours ago | ||||||||||||||||||||||
Plus it hyperfocuses and compares to JSON, but there's many popular configuration languages that should be compared with as well like YAML, TOML, etc. | |||||||||||||||||||||||
▲ | dotancohen 5 hours ago | parent [-] | ||||||||||||||||||||||
That's because MAML is a superset of JSON. It has some added features (comments, multiline strings, etc), but it will likely be confused for JSON upon first glance. MAML will also have to reference JSON implementations to resolve ambiguities, e.g. how to handle multiple identical array keys. So MAML can not live outside the JSON world. | |||||||||||||||||||||||
|