I prefer JSON as it is really simple
New better alterative to XML, JSON and YAML
11–20 of 148 posts
Re: New better alterative to XML, JSON and YAML
#12Re: New better alterative to XML, JSON and YAML
#13I prefer JSON as it is really simple
Re: New better alterative to XML, JSON and YAML
#14Then
> Fascinating. Of interest. Worth reading.
Does that look readable to anyone?!
Re: New better alterative to XML, JSON and YAML
#15The act of proclaiming a “new standard” without any user community to speak of.
Re: New better alterative to XML, JSON and YAML
#16I feel like I've seen countless attempts at this, and this design doesn't seem any better than usual. There's not much in here to justify the design decisions, nor any indication that a parser implementation exists or is even being actively worked on. For something meant to be "Efficient to write by hand", the insistence on tag-like syntax but with "tags" that consist entirely of a single punctuation character, or wh…
Re: New better alterative to XML, JSON and YAML
#17> Xenon is the best way to represent information: terse The best would be to remove all the unneeded unergonomic shift-requiring from here, you already have = symbol with whitespace and $ that separate all you need
Re: New better alterative to XML, JSON and YAML
#18This seems a bit like XML light. Doesn't look enjoyable to read/write.
There is less typing than JSON.
Re: New better alterative to XML, JSON and YAML
#19https://github.com/ConradIrwin/conl
value = example
map
a = b
list
= 1
= 2
multiline_value = """bash
#!/usr/bin/bash
echo "hello world"Re: New better alterative to XML, JSON and YAML
#20> Readable multiple line indented text. Then > Fascinating. Of interest. Worth reading. Does that look readable to anyone?!