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...
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:...
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...
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"...
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...
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...
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...
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...
I'm using the following C# code to do a POST to a php server. DataContractJsonSerializer ser = new DataContractJsonSerializer(rbnData.GetType()); MemoryStream...
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...
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...
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...
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...
Dear group, I'm a firmware developer on small embedded platform. Until now, I used to read/write the in-memory configuration C structures (with padding bytes)...
Silicon Valley Codecamp is a free software development conference held at Foothill College in Los Altos, California. I will be presenting there again this...
I noticed there was a small gap on json.org - there are no libraries intended for shell script processing. So I wrote one. http://kmkeen.com/jshon/ Jshon...
Hi all, After reading up and using most the major Java JSON libraries, I thought I could do something better (at least for needs similar to my own's) and here...
Jansson 2.1 is out. This release adds a few new features and fixes some minor bugs. A new decoding function, json_loadb(), was added for decoding buffers with...
The second draft of the JSON Patch proposal has been published: http://tools.ietf.org/html/draft-pbryan-json-patch-01 Feedback would be most appreciated. The...
Hello, As there is no JSON standard for serializing the .net TimeSpan type, are there any suggestions? We could do the following: 1. TimeSpan -> long value...
Hi! I am trying to get an answer to what must be JSON-question number two, but apparently, the answer to my question is too obvious to be included in the Q&As...