Hi all, I've lately released a very minimalistic JSON parser for C++. => http://blog.beef.de/2008/01/04/tinyjson/ Why another C++ parser? While I really like...
928
Jean Gressmann
jean@...
Jan 6, 2008 12:24 pm
Hi everyone, I'd like to share JSON parser, an extension of the JSON_checker code provided by http://www.json.org/ . The code is at...
929
Stephen M. McKamey
stephen.mckamey
Jan 9, 2008 7:39 pm
FYI, last week I posted an update for JsonFx JsonSerializer. Updates include: - expanded JSON object serialization to include any IDictionary with String keys...
930
Lloyd Hilaiel
lhilaiel
Jan 14, 2008 9:55 pm
http://lloydforge.org/projects/yajl A ChangeLog is availabe on that site, and in the distribution. enjoy, lloyd -- lloydh@... | appreciate value won...
931
Arthur Blake
blakesys
Jan 17, 2008 12:19 am
I'm very pleased to announce the release of jabsorb 1.2.2. jabsorb is a simple and lightweight (yet quite powerful) Ajax/Web 2.0framework that allows you to...
932
Martin Cooper
mfncooper
Jan 17, 2008 4:07 am
... That sounds a lot like DWR. Can you provide a brief comparison? -- Martin Cooper The most important feature in the jabsorb 1.2.x release line is an...
933
Arthur Blake
blakesys
Jan 17, 2008 3:46 pm
... I'm not a DWR expert, but from what I understand, both libraries fulfill the same basic purposes. The main difference that I've always touted is: jabsorb...
934
troy.reimer
Jan 25, 2008 8:50 pm
I have created four LotusScript classes for handling JSON. The main classes are JSONReader and JSONWriter. There are also two wrapper classes for...
935
jeditawnos
Jan 27, 2008 1:09 am
Hey guys, I've written a little JSON validator / reformatter service that I'm hoping is useful for everyone. I use it constantly myself, so I figure others...
936
Stephen M. McKamey
stephen.mckamey
Feb 6, 2008 2:32 am
FYI, an update for JsonFx JsonSerializer is available. Round-trip support is improved for strongly typed objects. http://jsonfx.net/BuildTools/ Features: -...
937
Jesse Skinner
jessephrenic
Feb 7, 2008 11:12 am
Is anyone aware of a JSON parser written in JavaScript that doesn't use the eval() function at all, but instead just does the entire parsing using regular...
938
Atif Aziz
azizatif
Feb 7, 2008 11:40 am
The Jayrock project has a json.js version that supports both. A "safe eval" as well as a pure JavaScript JSON parser available via the "parse" method. See...
939
Greg Patnude
gregpatnude
Feb 7, 2008 2:09 pm
Yes. Doug Crockford's ORIGINAL json parser {circa 2005 or so} did NOT use the eval function -- it was a strict tokenizer / regex mechanism both for parsing a...
940
Douglas Crockford
douglascrock...
Feb 9, 2008 12:30 am
json_parser.js is a JavaScript JSON parser that does not use eval. It can be used in environments in which Regexp or eval is not available. ...
941
james.newtonking
james.newton...
Feb 12, 2008 7:21 pm
Hi I have released a beta version of my Json.NET library. This new version adds LINQ to JSON. You can find out more about LINQ to JSON here: ...
942
Culbreth, Garland
gtcul
Feb 14, 2008 12:35 pm
Hi All, I have just started looking into using JSON as a way to send data between the client and server. I would like to know which JSON to use? I see...
943
Ted Elliott
tedelliott24
Feb 18, 2008 1:35 pm
Hi all, I would like to announce the release of my JSON Serialization library for C#. The project is called JsonExSerializer can be found at: ...
944
John Snelson
john_pc_snelson
Feb 25, 2008 3:18 pm
Hi all, I've developed a 1-1 (reversible) mapping from JSON into XML in order to be able to process JSON from XQuery. The current CVS version of XQilla ...
945
Himanshu Ranavat
himanshu_ran...
Feb 26, 2008 5:54 am
Hi, Douglas Crockford asked me to report the problem on this yahoo group. I am using CLDC 1.1 and MIDP 2.1. If the json.me package was meant to support this...
946
Himanshu Ranavat
himanshu_ran...
Feb 26, 2008 5:59 am
It will work in CDC - Personal Profile http://java.sun.com/javame/reference/apis/jsr216/ Maybe its better, if we use a ported version of this class so it can...
947
Akhil Arora
akhilatsun
Feb 26, 2008 10:36 pm
Hi Himanshu, An update of the org.json.me library hosted at https://meapplicationdevelopers.dev.java.net/mobileajax.html worked around this issue by supplying...
948
Himanshu Ranavat
himanshu_ran...
Feb 27, 2008 3:54 pm
Hi, I do not have access to the ability to upload or make changes to json.org website. However, my personal suggestion would be to take an updated zip file...
949
Douglas Crockford
douglascrock...
Feb 28, 2008 3:34 pm
... json.org website. ... on json.org website Send me a file of good stuff and I will put it on JSON.org....
950
Himanshu Ranavat
himanshu_ran...
Feb 28, 2008 5:31 pm
Okay, let see if I can come up with something Himanshu Douglas Crockford <douglas@...> wrote: > I do not have access to...
951
Douglas Crockford
douglascrock...
Mar 1, 2008 3:23 pm
Support was added to the Java reference implementation for Apple's Old Style ASCII Property Lists. It recognizes strings, arrays, and dictionaries. It is...
952
rui.maciel
Mar 15, 2008 3:52 pm
I'm proud to announce that MJSON v0.8 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
953
Douglas Crockford
douglascrock...
Mar 17, 2008 1:24 pm
JSLint (www.JSLint.com) was updated recently to include new RegExp literal policies. http://www.JSON.org/json.js and http://www.JSON.org/json2.js have been...
954
Douglas Crockford
douglascrock...
Mar 22, 2008 8:28 pm
I have updated json2.js, adding features suggested by Mark Miller and Chris Zyp. JSON.parse can take a reviver function that is passed each key and value, with...
955
Douglas Crockford
douglascrock...
Mar 24, 2008 10:31 pm
I have updated json2.js to include a prettyprinting option. If the third parameter is a string (such as "\t" or " ") or a number of spaces, then nested...
956
Douglas Crockford
douglascrock...
Mar 26, 2008 11:48 pm
json_parse.js is a JSON parser written in JavaScript without any use of RegExp. http://json.org/json_parse.js...