Live data from Hacker News

Better Than JSON?

wiki.alopex.li

1–10 of 153 posts

Re: Better Than JSON?

#2
S-expressions are the most logical representation of data structures. “CAR”/“CDR” are not a part of the expression syntax, so this argument against them won’t matter.

Re: Better Than JSON?

#5
When is XML never not too verbose?

(jk)

Very interesting article and I like the style in which it was written.

Another factor to consider is whether the serialisation code is intrusive or not. Being intrusive can be an issue for legacy codebases, and IMO is not paricularly welcome regardless.

Re: Better Than JSON?

#6
Everyone 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?

#8
Wish the author would have checked out: https://borsh.io/

I've been using it lately but i'm i'll qualified to review it to any meaningful degree. It's neat, (reportedly) fast, but has seeming zero traction and thus makes me uneasy.

(I'm currently (configurably) using it in place of bincode, for a content addressed store. for some context)

Post reply on HN