http://lloydforge.org/projects/yajl A ChangeLog is availabe on that site, and in the distribution. enjoy, lloyd -- lloydh@... | appreciate value won...
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...
Hi, JON Tools's subprojects had been released. JON Tools is composed by: SAJ - Simple API for JSON ==> is an event parser of json stream with schema validation...
Has any thought been given to specifying the use of HTTP/1.1 message pipelining with JSONRequest? The current specification says: "The browser must be able to...
I have been looking for some slightly complicated samples for json to java objects conversion using JSON-LIB but in vain. So i thought i will post my sample...
Hi Everyone I was looking for a JSON serializer library to use in our web application. I believe there are just too many options out there... XStream, JSON-lib...
In my search for a convenient way to represent XHTML DOM elements, I assembled some ideas of how to apply the native JavaScript objects to the W3C DOM objects....
I have been able to do some very interesting performance comparisons, but unfortunately data I am using is company internal, and hence non publishable. So I...
hi all i am seeking an Java based of JSON that can convert JSON become URL, this is called URLEncoder and URLDecoder, anyone have it? FransThamura Indonesia...
What would be the recommended way of converting the result of an regexp.exec(str) method call to JSON? The result is an array but with two extra properties;...
Hello all, http://lloydforge.org/projects/yajl/ This is a fast, lightweight, portable JSON parsing/generation/validation library. It's design goals were to ...
JSON JavaScript Object NotationCisco, have you tried Subspace/CrossSafe (http://www.xucia.com/page/CrossSafe)? It is a JS library that provides secure...
Hi, I have a JSON object whose structure is like this: The name of the object is 'Emp' and the attributes are: name age sex department address Later in my...
I wanted to initiate some dialogue about JSON referencing conventions. I did a write up at http://www.json.com/2007/10/09/json-referencing-schemes/ on a number...
Do you have a piece of (valid!) JSON that some JSON parsers find difficult to parse? If you do, I'd love to get my hands on it. I'm writing a JSON framework[0]...
Hi, I have a JSON object which has a strcture like this : { "MainData": { "Company": { "Name":"ABC Ltd", "Address":"<address>" }, "Data": { "001": { "Name":...
In the current process to improve JSONT I implemented a lightweight component JSONPath, which compares a lot to XPath. You can download it for Javascript and...
I have problem receive JSON in server i want to use Servlet, i try to use blabla?json?<json> i got problem. is the answer is JSONRPC? anyone can help me to...
JSONV- open-source format, based on jsons formats, as alternative to xml,css,xslt,rdf,owl,html presentation of information for the dynamic forming and...
New constructors for JSONObject: JSONObject(Object bean) Make a new JSONObject from the getter methods of a bean. JSONObject(Object object, String names[]) ...