Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

json · JSON JavaScript Object Notation

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 590
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Jesse James Garrett gave an old idea, dynamic update as an alternative to page replacement in web applications, a new name: Ajax (Asynchronous JavaScript +...
15 Feb 21, 2006
8:51 pm

usidoesit
Send Email

Hi All, I need help. Sorry, my english is wrong. I have an XML file : <CrossPromotion&gt; <ItemID>4504618045</ItemID> ...
3 Feb 11, 2006
12:31 pm

diccsy diccsy
diccsy
Send Email

I have recently added Common Lisp to the list of languages with JSON parsers and generators. http://common-lisp.net/project/cl-json/ Thanks, Henrik Hjelte...
1 Feb 10, 2006
6:12 pm

Henrik Hjelte
jagarenbrape...
Send Email

All, If you're using JSON along with Cocoa on Mac OS X, I created two categories on NSDictionary that may be useful: +[NSDictionary dictionaryWithJSONString:]...
1 Feb 7, 2006
6:28 am

Blake Seely
blakeseely_99
Send Email

Hi all, The language description at http://www.crockford.com/JSON/ says that "\/" is a valid escape sequence. The examples on Yahoo's page here: ...
3 Feb 5, 2006
12:08 am

Blake Seely
blakeseely_99
Send Email

Hello group, greetings from Dortmund, Germany. I am using JSON for a while now, mainly for sending data from my web server to the client. I like it a lot more...
2 Feb 3, 2006
2:04 am

Douglas Crockford
douglascrock...
Send Email

I have submitted a draft to IETF. You can see it here: http://www.ietf.org/internet-drafts/draft-jsonorg-json-00.txt...
17 Feb 3, 2006
2:01 am

Douglas Crockford
douglascrock...
Send Email

JSON is limited to a few primitive types that serve quite well when it's enough to communicate all type information via documentation. For example, a date is...
3 Feb 1, 2006
10:44 pm

Atif Aziz
azizatif
Send Email

Hi, I'm trying out JSON and I find it really easy to produce and manipulate. But I have some concerns regarding FireFox's Javascript Console. I'm using 1.5...
8 Jan 29, 2006
12:49 am

Mike D
mhyk14
Send Email

Erlang has joined the list of programming languages with JSON support. See http://www.erlang-projects.org/Public/news/ejson/view...
1 Jan 24, 2006
6:24 pm

Douglas Crockford
douglascrock...
Send Email

I have a a new version of JSON.parse in JavaScript. It is vastly faster and smaller than the previous version. It uses a single call to eval to do the...
7 Jan 22, 2006
12:48 am

Douglas Crockford
douglascrock...
Send Email

Hi all. I've read a lot of articles about JSON and I'm eager to use it ! I have read some examples on quircksmode, etc. Well, I'm using a json string in an...
2 Jan 18, 2006
4:39 pm

Douglas Crockford
douglascrock...
Send Email

... Thanks for clarifying this [1]. Just for completeness, could you expand on which productions these are? The only one that I am aware of at the moment is...
4 Jan 17, 2006
7:31 pm

Douglas Crockford
douglascrock...
Send Email

Unicode defines a set of character code points between U+0000 and U+10FFFF, organized into 17 planes of 64K each. 0 BMP Basic Multilingual Plane 1 SMP...
1 Jan 17, 2006
7:26 pm

Douglas Crockford
douglascrock...
Send Email

JSON has a string notation which is similar to that used in the C family languages. Strings are bounded by double quote characters. Escapement is provided by...
12 Jan 14, 2006
7:25 pm

jemptymethod
Send Email

The Java implementation at JSON.org is very liberal in the texts that it will accept. The JavaScript implementation is very strict. A JSON encoder must...
4 Jan 12, 2006
11:28 am

Atif Aziz
azizatif
Send Email

Hi, i have a json data like var celldata = [ {firstcell:"yyy",secondcell:"xxx"}, {firstcell:"yyy",secondcell:"xxx"}, {firstcell:"yyy",secondcell:"xxx"} ]; By...
4 Jan 12, 2006
8:46 am

Atif Aziz
azizatif
Send Email

I think that I made a mistake in including both // and /* */ comments in JSON. It is not necessary to have two types. It could be argued that comments are not...
42 Jan 5, 2006
8:25 am

Peter Ring
peter17ring
Send Email

Is there any reason why this is used: function e(s) { a[a.length] = s; } rather than function e(s) { a.push(s); } ? I don't suppose it makes much difference in...
3 Jan 4, 2006
12:17 am

ingliss
Send Email

What is the future of JSON? Yahoo is now supporting JSON for their WebServices - is that because Douglas Crockford works for Yahoo? What is the status of...
3 Jan 3, 2006
6:53 pm

Douglas Crockford
douglascrock...
Send Email

I don't expect this to apply to many people, and I'm not remarking on it as a shortcoming of JSON (because it clearly isn't), this is just for information: ...
1 Jan 3, 2006
5:20 pm

ingliss
Send Email

There is a new implementation of JSON in Python. See http://undefined.org/python/#simple_json...
1 Dec 29, 2005
1:38 am

Douglas Crockford
douglascrock...
Send Email

JSON_checker is a pushdown automaton in C. It very quickly scans a JSON texts and determines if it is strictly syntactically correct. See ...
2 Dec 24, 2005
5:30 pm

Michal Migurski
michal_migurski
Send Email

Has anybody hacked a simple zipping algorithm for JavaScript terse literal constructs such as Arrays and Objects (JSON)? I am doing so much data piping through...
5 Dec 21, 2005
8:22 pm

Martin Cooper
mfncooper
Send Email

Hi All, I wonder if anyone can help.I come from a background of programming in PHP, and am only just beginning to get to grips with the power of Javascript....
4 Dec 21, 2005
7:40 pm

pthanlonie
Send Email

WebDAV is an accepted standard for implementing web-folders, but the WebDAV specification is very complex and requires an XML parser with namespace support. We...
1 Dec 20, 2005
1:30 am

Wilfred Nilsen
wilfrednilsen
Send Email

A new class, JSONStringer, has been added to the Java package org.json. JSONStringer provides a convenient set of methods for building a JSON text. See...
1 Dec 19, 2005
1:52 pm

Douglas Crockford
douglascrock...
Send Email

Hello, First, I apologize if this is a bit off-topic, but I hope someone can help. I'm having a problem with passing non-ASCII parameters using XMLHttpRequest....
1 Dec 19, 2005
7:57 am

gammal.json@...
mahmoudfg
Send Email

I have been using JSON in several web projects via javascript and PHP, it is truly a great format and lets us developers focus on apps. I am trying write a...
3 Dec 16, 2005
9:19 pm

Atif Aziz
azizatif
Send Email

Yahoo! has announced some web services that deliver JSON-encoded data. You can read about it at http://developer.yahoo.net/common/json.html...
1 Dec 16, 2005
1:18 pm

Douglas Crockford
douglascrock...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help