John, I really like the idea and agree that 'H' is bigger and avoids confusion with the smaller numeric types. I'll add it to the spec!...
1742
Tatu Saloranta
cowtowncoder
Sep 24, 2011 7:48 pm
... I was about to suggest this, it is a possible work around. ... I agree that compatibility with JSON, both at logical data model and ideally at APIs would...
1743
Tatu Saloranta
cowtowncoder
Sep 24, 2011 7:53 pm
... I can not disagree more on "understand in under 10 mins" aspect. Why should that matter? Users will NOT (need to) read the spec; they will use whatever API...
1744
John Cowan
johnwcowan
Sep 26, 2011 2:32 am
... The comments in here seem to be the ticket. Thanks. -- You escaped them by the will-death John Cowan and the Way of the Black Wheel....
1745
Paul C. Bryan
paul.bryan@...
Sep 26, 2011 4:37 pm
... 1. I presume the only reason for making this a signed number is to just be consistent with the processing binary representations of numbers? 2. I presume...
1746
rkalla123
Sep 26, 2011 5:11 pm
Paul, Thank you for the feedback, my comments are inlined below. ... Yes exactly. Elements can have a byte length of 0 or more, negative numbers would cause...
1747
Paul C. Bryan
paul.bryan@...
Sep 26, 2011 6:02 pm
On Mon, 2011-09-26 at 17:11 +0000, rkalla123 wrote: Ah, sorry, wasn't aware there was an updated spec yet. Just read it. Most of my questions were resolved in...
1748
rkalla123
Sep 26, 2011 6:17 pm
... Glad to hear that. I've been working hard on clarifying a lot of the holes that were in the original doc as I port them to the site and questions like...
1749
Paul C. Bryan
paul.bryan@...
Sep 26, 2011 6:29 pm
... Also presumably it's perfectly acceptable to encode numbers <= 64 bits in an "H" value. Paul...
1750
rkalla123
Sep 26, 2011 7:05 pm
... Yes exactly right. You could encode every number that way and it would amount to parsing strings on the processing side, effectively performing on par with...
1751
Milo Sredkov
milosredkov
Sep 28, 2011 4:19 pm
Hello, JSON Groups Members! As I already mentioned, I recently finished analysing some large number of JSON libraries linked from json.org about the data...
1752
rkalla123
Sep 28, 2011 4:32 pm
Milo this is a staggering amount of research. Thank you for compiling it all and sharing!...
1753
Don Owens
regexman
Sep 28, 2011 4:55 pm
I like this. It meets Riyad's goal of keeping the spec simple, while compact in most cases, and, at the same time, meeting the need for lossless round trip...
1754
rkalla123
Sep 28, 2011 5:20 pm
Absolutely! I couldn't thank all of you enough for the help refining the spec and help with addressing shortcomings. Draft 5 is currently up at the new home...
1755
Mark Joseph
markjoseph_sc
Sep 28, 2011 7:25 pm
I think all of this binary JSON work is great. But can you guys move it to another group. The fact is that binary JSON is not JSON. I joined this group...
1756
John Cowan
johnwcowan
Sep 28, 2011 9:20 pm
... I realize there's been a big burst of traffic around this topic, and I've been one of the significant contributors (in volume, at least). But really, the...
1757
Petri Lehtinen
akhern...
Oct 6, 2011 6:55 pm
Jansson 2.2.1 is out. This release fixes a major bug and little documentation and style issues. The bug had to do with locales: Jansson's encoder and decoder...
1758
Rob Meijer
polacanthus01
Oct 6, 2011 10:51 pm
As a result of having to write a C++ program that had to parse JSON on an Ubuntu distribution with a pre property-tree version of boost, I wrote a C++ wrapper...
1759
Dave Gamble
signalzerodb
Oct 10, 2011 3:42 pm
You've inspired me to improve my Unicode support. UTF-16 surrogates now supported in cJSON. Not much I can do with embedded null characters since I /do/ use...
1760
dickwmsinnc
Oct 16, 2011 5:15 pm
I'm using the following C# code to do a POST to a php server. DataContractJsonSerializer ser = new DataContractJsonSerializer(rbnData.GetType()); MemoryStream...
1761
Stephan Beal
stephan.beal
Oct 16, 2011 5:38 pm
... The server shows the following result: [spt] => ... How are you reading this variable server-side? If you post form-urlencoded data (as you are above) then...
1762
dickwmsinnc
Oct 16, 2011 6:07 pm
Thank you for your quick response. The server operator is away for a few days. We will try your suggestion when he gets back and report the results here. ...
1763
Qianqian Fang
fangqq
Oct 17, 2011 8:43 pm
hi there In case you are interested, I just posted a small package to load/save JSON formatted data in MATLAB and GNU Octave. The project homepage is located...
1764
dickwmsinnc
Oct 19, 2011 11:27 pm
Your suggestions are just what we needed to get going. We implemented them and are now sending and receiving JSON strings just fine. Thank you for your help. ...
1765
Paul C. Bryan
paul.bryan@...
Oct 21, 2011 5:47 am
I've posted the second draft of the JSON Pointer Internet-Draft to the IETF: http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-01 It should address all...
1766
John Cowan
johnwcowan
Oct 21, 2011 7:18 am
... Examples would be good. You also need to explain how, if at all, non-ASCII characters are encoded. -- Deshil Holles eamus. Deshil Holles eamus. Deshil...
1767
Stephan Beal
stephan.beal
Oct 21, 2011 10:18 am
... i don't know if this would be useful in the larger context of your RFC, but rather than reserving a specific path character (since library-level code ...
1768
Paul C. Bryan
paul.bryan@...
Oct 21, 2011 3:32 pm
I've quickly turned-around and submitted a third draft of the JSON Pointer Internet-Draft to the IETF: ...
1769
Paul C. Bryan
paul.bryan@...
Oct 23, 2011 9:36 pm
I've posted the third draft of the JSON Patch Internet-Draft to the IETF: http://tools.ietf.org/html/draft-pbryan-json-patch-02 It should address all of the...
1770
uriel.chemouni
Oct 25, 2011 8:43 am
Hi, I have juste release a new version of json-smart. This version fixe some ugly Exception that may occur with oldest version. User's feedback are welcome...