I'd say you may want not to abuse on overloading, which may make you API harder to use, even though it first seems to be doing the opposite. Regards. ... ...
One thing I did have in mind was that use of zigzag encoded VInts has benefts, and is used by many (most?) new binary dataformats. It is also not overly...
... Hi! Is it still this doc: https://docs.google.com/document/d/12SimAfBVcl8Fd-lr_SSBkM5B_PyEhDRfhgu1Lzvfpfw/edit that one hasn't been edited since September?...
... Sorry, ignore the dumb question. i was still waiting on my netbook do load that doc when i wrote that, and just now saw that the top of that doc references...
Stephan, No problem; your feedback are still very applicable and much appreciated. The additional view-point on the signed/unsigned issue was exactly what I...
Maybe it is useful to have a look at how this is implemented in Javascript, where JSON originally comes from. In Javascript you really need to define arrays...
... On the contrary, I think this is a very good idea. It's called "autovivification" in Perl, and is very convenient. It is particularly nice that the...
Hi, Â I have a general question on JON outputs and usage. I was a flex developer for quite a bit of time and now I am planning to move my application to...
I'm proud to announce that MJSON v1.4 has been released! M's JSON parser, a small, lightweight FLOSS library that handles documents written in the JSON data...
Hi All, Â I have a basic question on consuming a rest web service. It would be great if someone can help me out. Thanks in advance. Â I have a web service...
I'm not really sure this is the right forum for this question. Can I recommend stack overflow for questions of this kind? Cheers, Dave. ... [Non-text portions...
Hi all, I have just released version 1.0 of JSON Editor Online: http://jsoneditoronline.org <http://jsoneditoronline.org> JSON Editor Online is a tool to...
Cool project: Would it be possible to have changes synced from left<->right when ever I've finished edited or during at some intervals? //JT 2012/4/21...
Thanks. Automatically updating the left/right side would be nice indeed. So far I didn't do that, it is a little bit tricky: when handling large files (say...
Hi all, I tried searching for a FAQ but failed to find one so I hope it is OK to post about my C++ JSON Serializer/De-Serializer here. I reviewed a couple of...
jsonsl aims for speed and simplicity in distribution and usage. Consisting of one source file (jsonsl.c) and one header file (jsonsl.h), there are no complex...
There seem to be a growing number of tools & packages around that implement some form of JSON streaming where multiple standard JSON objects are delimited by...
... Wouldn't a standards-compliant (or sane?) parser stop reading at the end of the first object (implying that the first above is, strictly speaking, standard...
I've just released a small lightweight JSON formatter written in C. It doesn't try to validate. It doesn't buffer or call malloc making it suitable for being...
Thanks to Dave Gamble, there is already a new version with a fix for a bug that caused an extra line-break to appear after closing quotes. There is also a...