Better Than JSON?
31–40 of 153 posts
Re: Better Than JSON?
#32Re: Better Than JSON?
#33Everyone loves to hate on XML just because it can be verbose and some of the WS* protocols are complicated. But as a human-readable format it’s no harder to read or parse than JSON and legacy application support is orders of magnitude better than JSON. I’m not saying we should all use it but we shouldn’t be hating it either.
Make these people debug doyne old EDI documents and all of a sudden XML doesn't seem so bad.
Re: Better Than JSON?
#34Everyone loves to hate on XML just because it can be verbose and some of the WS* protocols are complicated. But as a human-readable format it’s no harder to read or parse than JSON and legacy application support is orders of magnitude better than JSON. I’m not saying we should all use it but we shouldn’t be hating it either.
I think that's the main problem of XML it's not meant to be read by humans but people thought it was.
Re: Better Than JSON?
#35Everyone loves to hate on XML just because it can be verbose and some of the WS* protocols are complicated. But as a human-readable format it’s no harder to read or parse than JSON and legacy application support is orders of magnitude better than JSON. I’m not saying we should all use it but we shouldn’t be hating it either.
The issue with XML is that it was mostly pushed upon developers without any deeper understanding. So there's a ton of utterly crap XML applications out there with no rhyme or reason, and these crap XML enterprise apps are most developer's understanding of "real world XML". Similar to how terrible C++ code being all over the place is making people hate C++ the language. ------- XML can be used very well however: its u…
I mean if there's enough of it, it kinda becomes "real world XML". Right or wrong human's ability to actually use the tool or tech well is often where the bar is set. Could be a great idea but if folks can't do it... won't fly.
Re: Better Than JSON?
#36Re: Better Than JSON?
#37Everyone loves to hate on XML just because it can be verbose and some of the WS* protocols are complicated. But as a human-readable format it’s no harder to read or parse than JSON and legacy application support is orders of magnitude better than JSON. I’m not saying we should all use it but we shouldn’t be hating it either.
Re: Better Than JSON?
#38Re: Better Than JSON?
#39The only problem with json is that you can't do comments with the default implementation.
The best part is that these are a superset of JSON and could easily be added if there would just be more buy-in (lots of unofficial support already exists).
Re: Better Than JSON?
#40There are more. I don't know if java dot-properties file is worth including.