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...
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...
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...
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...
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 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, Â 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...
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-- ...
Hey Guys, I am currently working on what I hope to be a 1:1 binary JSON specification (no custom data types supported like BSON or BJSON, just binary...
JASON is just like JSON, but unlike JSON it can: serialize objects with methods serialize objects with cyclic references understand Dates, Regexps, Booleans,...
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...