I've just posted a new JSON editor that let's you view and edit JSOn from a tree view here: http://www.thomasfrank.se/json_editor.html I hope it might be of...
I'm proud to announce that MJSON v0.4 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
I am trying to work some examples from http://www.devpro.it/JSON/files/JSON-js.html and I keep getting an error "JSON is not defined." Do I have to declaire...
PowerShell version 1.0 has no Cmdlet to import/convert JSON-formatted data. I have posted an open source PowerShell Script, C# implementation and Cmdlet SnapIn...
JSLint can now be used to verify JSON. It no longer complains if member names in object literals are quoted. If the first token it sees is [ or { then it uses...
Hi, Thanks to Douglas for the invite to the group. I'm glad I could be helpful :) Now I'm having difficulties using http://jslint.com on my JSON data due to...
http://www.progdigy.com/modules.php?name=jsontoolkit JSON toolkit is compatible with Delphi and Freepascal(win32/64 linux32/64). Features: - Parse/write JSON...
JSONER v1.24 available now JSONER provides open-source solution for improving your web technologies that allow developers to easily and quickly build rich JSON...
I'm proud to announce that MJSON v0.3 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
Just a reminder about my Java-based JSON parser in the Files section (json-lib-1_0_1.zip). It uses the Java types to represent JSON types so there's no custom...
hi all i want to parse the book.json and i want to make sure that the Books class have Book , and every Book class have value. i try using Java, and use the...
Hello All, I am a rookie in Web Technologies and had to do a small work with Prototype's json and Ajax.request functions. I had problems with the json.js...
JSONER provides open-source solution for improving your web technologies that allow developers to easily and quickly build rich JSON based applications. JSONER...
Hi All, I have written a library to store JSON values in Cookies. It is based on prototype.js. http://www.lalit.org/lab/jsoncookies Aron Newton has also ported...
I've recently released a JSON converter for Perl on CPAN called JSON::DWIW. Most of the work is done in C for speed. I have found it to be faster than...
I was having a discussion with an implementer of a JSON library, and over time the discussion boiled down to an argument over the interpretation of one...
Dear friends of JSON group memebers, I have a problem in JSON. We know that each JSON files contains object followed with Name:Value pairs. My problem is to...
I have been using json for quite some time now. But just recently, I was starting a new project, and downloaded a new version of json.js from www.json.org. The...