I am happy to announce the first release of my library Cerny.js [1]. It offers a solution for validating JavaScript objects against a Schema [2] and it...
Hi, By extending the Object.prototype with the new property toJSONString I can no longer use for-in loops in my JavaScript. Has someone released a version of...
Alright there guys Just come on board the json bandwagon, love the potential it promises over xmlhttprequest. But the mainstream web2.0 crowd doesn't seem to ...
The main JSON page is available in Chinese English French German Italian Japanese Korean, and now Spanish. Please advise me of any corrections. If you are...
http://cheeseshop.python.org/pypi/Aioxml - LANGUAGE EXAMPLE ================== # This is an example (object attribute = value attribute2 = value2 (object ...
Hi folks. I am new to the group. I am interested in defining the expected structure of JSON objects in a way that can be programmatically introspected. Such...
I made a dynamic json object at run time in a web page via JScript. Contructed in a js for loop. The I parse it. Now I'm posting it to another page via jQuery...
Hi, I am new to JSON an I am learning JSON. I have a question for the group. I have a button and onclick of the button, I am calling a servlet and I want to...
Hi, I am working on a new project and I can choose XML, JSON, straight JavaScript or a custom format for transmitting data between browser JavaScript and...
Today, I thought of an XML representation for JSON and I came up with something like; //Sample JSONML xml file <?xml version="1.0" encoding="UTF-8"?> <Object...
I joined this group yesterday because I was having a problem with JSON. While my membership was getting approved, I came up with a solution, but I will post...
Hi, I can see that a $JSON::UTF8 flag has been added to 1.07 of JSON.pm which is described as: You can set a true value into $JSON::UTF8 for JSON::Parser and ...
I'm experimenting with using parseJSON() rather than a simple 'eval'. It seems to work except for dates. Given the following code, obj3 returns false, but...
Hi, I want to understand a word "lightweight" in JSON description - in context of data interchange. Give me example of "huge-weight" - or so... What does this...
Check out http://json.us. It's an unannounced open JSON encoding proxy intended for use with dynamically created script tags. There is a drop-in replacement...
i know u can read json data with the dynamic script tag.But can i post json crossDomain without xmlhttpObject? Evvvery link i go,they either talk about only...
Hi, I am stuck on a sample json call. I see that the group is addressing bigger topics other than "im stuck and need help" stuff. With your permission I will...
Hi, I'd like to know if there are already some common representations of common types like following .NET data types: - DataSet, DataTable - Dictionary - List,...
First Post - I see most environments are covered with a library for json except Classic ASP. I have one last major development to do with it before moving on...
... My impression is that in formulating the spec you are mostly thinking about RPC being used to sending normalized data tables e.g. from a database << I'll...