I'm hoping someone can help explain the rationale behind a couple of points in the JSON specification: 1. 8bit content-transfer-encoding for UTF-8 RFC 4627:...
... Hmmh? Where does 994 come from? ... I assume this was to allow implementations to choose whether they keep track of all seen names or not: this can add...
... I think that statement is just a false assertion rather than a normative restriction. ... Nobody imposes any such limit. ... That's a very good question. ...
... From RFC 2045: 2.8. 8bit Data "8bit data" refers to data that is all represented as relatively short lines with 998 octets or less between CRLF line...
1799
Paul C. Bryan
paul.bryan@...
Jan 2, 2012 7:33 am
... Sorry, 996 octets. I think. Per RFC 2045 §2.8, 8bit data is "...represented as relatively short lines with 998 octets or less between CRLF line separation...
... JSON does not impose such a limit. ... This was so that ECMAScript39;s eval function could act as a JSON parser. I think it should have been MUST....
1802
Paul C. Bryan
paul.bryan@...
Jan 2, 2012 4:52 pm
Thanks for the explanations. A follow-up question below... ... Why isn't such a limit implied by specifying "8bit" in the IANA Recommendations? ... Paul...
1803
Paul C. Bryan
paul.bryan@...
Jan 4, 2012 7:00 pm
Bump. Is specifying "8bit" in the IANA recommendations not normative? Paul ... [Non-text portions of this message have been removed]...
Jansson 2.3 has been released. This release adds new features and fixes some minor bugs and documentation issues. Highlights: - Add json_object_foreach() for...
JASON is just like JSON, but unlike JSON it can: serialize objects with methods serialize objects with cyclic references understand Dates, Regexps, Booleans,...
I was hoping to get some feedback on a few changes I have planned for the Universal Binary JSON Specification (http://ubjson.org) Draft 9 before I made them...
A while ago I wrote the JsonMe++ wrapper library. Currently a wrapper for the parsing part of the glib JSON C library. https://github.com/pibara/jsonme-- ...
1811
Fernando Ribeiro
fernando.ribeiro@...
Feb 20, 2012 1:31 pm
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...