Hi JSON-fans PL/JSON is a JSON-implementation written in PL/SQL for Oracle. Since no bugs has been found in more than a month, I have changed the project...
Jansson v1.1.2 is out. This is a bug fix release in the 1.1 release series. Changes since v1.1.1: * Fix a bug where an error message was not produced if the...
Hello everyone, Are any of you still supporting legacy ASP Classic systems? If so you maybe interested in json2.asp (originally called json4asp). It's a ...
Hi folks, mod_ndb 1.1 is now available at http://code.google.com/p/mod-ndb mod_ndb is an interface to MySQL Cluster that runs inside an apache web server. It...
Hi all, Jswoof-Tiny Version 1.01 has been released. I have also fixed the zip folder for version 1.00 as it had gotten corrupted somehow. As usual you can...
Jansson v1.1.1 is out. This release only fixes a few packaging issues with v1.1. Changes since v1.1: * All documentation files were not distributed with v1.1;...
Jswoof version 1.10 has been released. You can grab the zip from the jswoof website as usual. http://www.waynemike.co.uk/jswoof Regards Wayne IV Mike....
Jansson v1.1 is out. This release contains many new features and some bugfixes, and retains API compatibility with the 1.0 series. Changes since v1.0.4: * API...
I'm proud to announce that MJSON v1.2 has been released! M's JSON parser, a small, lightweight FLOSS library that handles documents written in the JSON data...
Jansson v1.0.4 is out. This is a bugfix release in the 1.0 release series. Changes since v1.0.3: * Relax Autoconf version requirement to 2.59 * Make Jansson...
Hi all, Over at the JSON-RPC group I announced a new JSON related project [1] so I'll give just a short overview here. Pmrpc is a inter-window cross-domain...
Hi all, JSwoof tiny has finally been released. For those of you who do not want to be tied into the FLEX framework. Or have size limitations to deal with. It...
Douglas, can I put my name in your Business Card? :D Btw, specially the gray scale one looks really good, congrats. Regards P.S. do you sell outside USA as...
Hello everyone, New versions of Jenner, Esel, and Kouprey are available. Jenner (http://www.deadpixi.com/jenner) is a completely in-browser template engine...
... If your server string contains a json-object then parse it to an object, if its a json-array then parse it into an array. Pick a JSON-implementation at...
Hi, I am developing an application with GIS and a hand me the server returns a string containing a JSON object. I need to go through this object to separate...
The encoding used by JsonML <http://jsonml.org> isn't prioritized to be "pretty" or even really encoded by humans. It is intended to be compact and loss-less....
******************************************************* Ok. So DOM tree does have extra metadata that indicates this "array-ness". I assumed that DOM tree...
On Mon, Sep 14, 2009 at 1:33 PM, Andrea Giammarchi ... Unfortunately, no. I am specifically referring to XML inability to contain control characters like 0xA. ...
... Ok. So DOM tree does have extra metadata that indicates this "array-ness". I assumed that DOM tree itself had no knowledge of this, given that SAX API...
I do not get all these problems ... first of all I expect that JSON to XML will parse JSON first and then create XML via proper namespace/libarry and character...
Thank you for all the responses. I guess there were two parts to it. I was specifically interested in your insights on a XML element with both text and ...
... *************************************** My Response: The the code that generates JSON output detects an array in the DOM tree and generates a JSON array...
But one thing I didn't see mentioned was the the question of mapping JSON arrays (it does mention use of "JSON-document” as dummy name for outermost JSON...
... Right, I did skim through it, it's just that article is omitting a few details. The basic idea of exposing JSON as SAX events is of course simple (and...