Enter your vote today! A new poll has been created for the json group: Which of the following data communication methods do you use ? o JSON . [Object...
json@yahoogroups.com
May 5, 2006 3:57 pm
341
This is a silly poll. You can only select one of the options and I want to select three of them. Nic...
Lately I've been coding with Javascript and JSON a lot. I'am using XHConn.js (downloadable from http://xkr.us/code/javascript/XHConn/) as XmlHttpRequest object...
Hi all, i'm new in the JSON world and I'm searching in it a good alternative to XML. To begin, I translated some XML data in JSON format, and I crashed soon...
... There are many ways that you could render that into JSON. This is how org.json.XML does it in Java: {"book": {"chapter": [ "Content of the first chapter", ...
Can we use function definitions in JSON? Eg. {"book": { "name": "bookname", "chapter": [...], "gotoChapter" : function(chapterId) {...} } } And how about using...
... Please, no! That violates just about everything JSON is about. If you want to pass functions around, just use JavaScript in the first place, and forget ...
You might want to look at the Dojo toolkit. It already has a JSDL implementation that it uses along with its JsonService class for JSON-based remote calls. -- ...
You know Mert -- I think you are on to something here but I have to suggest an alternative to your implementation -- I personally can't readily accept a...
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...
I think why JSON be successful as a data-interchange format is its simplicity and neutral nature for many languages. Adding function definition just make JSON ...
Mert, it seems to me that what you are proposing here is rather a JavaScript service proxy than a description language. A description language would be just...
I have a JSON compatible date parser which converts a stringified version of a C-Type date (mm-dd-yyyy hh:mm:ss.nnnn [AM:PM]) into a JavaScript native Date...
I think everyone is missing teh point I am trying to make --- I truly believe that "Object Notation" is the holy grail of data interchange. As a result, I...
... Why the C format? Why not base it on the ISO standard, if we have to include dates in JSON? And if the above format actually defines what you have, then ...
... Maybe I'm missing something, but why wouldn't one simply use the standard unix time? It does not rely on time-zones (which people seem to largely ignore on...
Greg, I've given this a bit of thought too, but in the end this would only complicate matters exponentially. Making a simple data parser is one thing, but...
Hello everyone, I've got another question. I love JSON and the idea behind it. It is cool and generic. I am using JSON, with Javascript on the client-side with...
If you say just JSON, people will assume that you are talking about the current spec. I'm guessing most people use eval at least on the Javascript side. If you...
It is originally based on converting a date-time string from an ANSI SQL database into a JavaScript UTC time... The ANSI SQL datetime (timestamp) appeared to...
It's not necessary to add Date SPEC to JSON to make things work. JSON just give you the freedom to do whatever you want. I've used JSON.simple to exchange...
Hi everyone. I'm new to this group so I'd like to say hello. My name is Pablo, despite of the dumb name in my email. My little AJAX app doesn't like the JSON...
... It doesn't matter how you parse it but what you put in there that makes it JOSN or not. So if you use functions, then no, it's not JSON. If, on the other...
Here's the server code: <meta http-equiv="content-type" content="text/html;charset=utf-8"> <?php require_once('JSON.php'); $json = new Services_JSON(); ...
... OBRA","HORMIGONERAS","REF.","TIPO","CORRIENTE","P\/HORA","LITRO","","","","","EURO\/DIA","SEG.\/DIA",null,null,null,null] ... It seems that there's a CR or...
Thanks but no, there's not a CR between "GENERAL DE" and "OBRA". Just some problem with the posting here. Do the nulls at the end of the string pose a problem...