... 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...
... Your JSON root object ends at the '}' character after the date, but contains trailing data. -- ... http://wanderinghorse.net/home/stephan/ [Non-text...
1774
Suresh Poonepalle
poonepalles
Nov 12, 2011 12:48 pm
... [Non-text portions of this message have been removed]...
1775
zaqi
slash_jak
Nov 18, 2011 10:28 am
How to define table with json like MySQL?...
1776
Stephan Beal
stephan.beal
Nov 18, 2011 10:32 am
... ??? You appear to be misunderstanding what JSON is. It is a generic data representation, not a language per se. It has no "tables" and no relationship with...
1777
miloyip
Nov 19, 2011 2:44 pm
Dear all, Recently I released an open-source (MIT license) project, rapidjson, a C++ JSON parser/generator with both SAX/DOM-style API. ...
1778
rkalla123
Nov 19, 2011 2:49 pm
Milo, The benchmark numbers rapidjson is posting look fantastic. Nice job!...
1779
Jonas Tärnström
jskorpan
Nov 21, 2011 4:04 pm
Hi My project UltraJSON (BSD license) could serve as the JSON encoder/decoder back-end for this if you're going for absolute performance. AFAIK there isn't...
1780
Milo Yip
miloyip
Nov 21, 2011 5:49 pm
Hi, Your project looks interesting, especially the benchmark method can help understand the performance in more details. I will try to put your parser and the...
1781
jonathan wallace
ninja9578
Nov 22, 2011 3:09 pm
Hello, I was sent a message on sourceforge a while ago about someone doing a benchmark test of the most popular c++ json libraries. He compared json_spirit...
1782
Rob Meijer
polacanthus01
Nov 24, 2011 5:34 am
This benchmark seems to test the wrong thing. A library that is lazy in parsing and pre-serializes on each update would likely perform poorly in real operation...
1783
jonathan wallace
ninja9578
Nov 25, 2011 12:57 am
Oops, I mentioned that to the benchmarker, I thought he altered the benchmark. You can see the benchmark to libjson fully parsing in the comment of the...
1784
Ted Elliott
tedelliott24
Dec 1, 2011 2:05 pm
Does the value type have to be a string, or does it support the other types, e.g. true/false, numbers, objects, arrays, etc. I believe it should be any valid...
1785
Ted
tedelliott24
Dec 1, 2011 2:08 pm
Sorry, messed up the patch portion a little bit. It should be this instead: patch: [ { "add": "/obj", "value": {} }, { "add": "/obj/bool", "value": true }, {...
1786
Paul C. Bryan
paul.bryan@...
Dec 3, 2011 5:26 pm
It supports any value type, including objects and arrays. Paul ... [Non-text portions of this message have been removed]...
1787
Paul C. Bryan
paul.bryan@...
Dec 4, 2011 11:58 pm
I've submitted the latest JSON Patch Internet-Draft, posted here: http://tools.ietf.org/html/draft-pbryan-json-patch-03 It includes new "move" and "test"...
1788
Paul C. Bryan
paul.bryan@...
Dec 5, 2011 6:31 am
I quickly submitted another JSON Patch Internet-Draft, now posted here: http://tools.ietf.org/html/draft-pbryan-json-patch-04 It now provides a usage example...
1789
alexandre_morgaut
alexandre_mo...
Dec 5, 2011 9:15 am
Interesting proposal, it could be useful, but it still need some work ;-) I'm not sure if it's best using pure path / url syntax to find the target element or...
1790
Paul C. Bryan
paul.bryan@...
Dec 5, 2011 5:27 pm
Thanks for the feedback. My comments inline: ... The first draft of JSON Patch actually used JSON Path. Since JSON Path was not standardized, I had to choose...