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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Please check out my new C++ JSON interface library at: http://cajun-jsonapi.sourceforge.net/ What makes it better than the others already available? A major...
3 Feb 4, 2009
2:21 pm

terry_caton
Send Email

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the json group. File : /JSON-debug.html ...
4 Feb 4, 2009
6:41 am

json@yahoogroups.com
Send Email

The JSON.stringify function builds a JSON text using the own properties of the objects it is given. If you want the text to also include the inherited...
1 Jan 30, 2009
11:06 pm

Douglas Crockford
douglascrock...
Send Email

Doug, I realized that I hadn't sent you note about Jackson json processor moving to Codehaus. Could you update the link at json.org to point to: ...
3 Jan 16, 2009
9:58 pm

Tatu Saloranta
cowtowncoder
Send Email

http://code.google.com/p/json-simple/ -- JSON: Action in AJAX! JSON - http://www.json.org JSON.simple - http://code.google.com/p/json-simple/ ...
5 Jan 10, 2009
8:35 am

Fang Yidong
fangyidong
Send Email

There are several Unicode characters that JavaScript mishandles, either by silent deletion, or by treating them as line ending characters. json2.js now escapes...
4 Dec 16, 2008
4:30 pm

Stephen M. McKamey
stephen.mckamey
Send Email

The EcmaScript 3.1 draft standard is rapidly congealing towards an official standard. The Kona version at < ...
4 Nov 12, 2008
9:09 pm

John Cowan
johnwcowan
Send Email

Here is our SAX2-like API parser for JSON http://www.p6r.com/articles/2008/05/22/a-sax-like-parser-for-json/...
2 Nov 3, 2008
5:51 am

Mark Joseph
markjoseph_sc
Send Email

Hi all, We've just released Restlet 1.1 with full JSON support. See complete announce here: http://blog.noelios.com/2008/10/28/restlet-110-released/ We have...
1 Oct 31, 2008
2:15 pm

Jerome Louvel
jerome_louvel
Send Email

(putting json@yahoogroups.com back on the cc in case anyone is interested over there) ... My point is that if a user already has a scheme for identifying ...
1 Oct 30, 2008
3:39 pm

Kris Zyp
kriszyp
Send Email

I have a slower version of json2 that explicitly detects and rejects cycles. The results are always the same, but stringify will fail faster in the presence of...
1 Oct 30, 2008
2:17 pm

Douglas Crockford
douglascrock...
Send Email

JSON allows, but does not require escaping of the / character. Generally, it is best to not escape the slash. The JSON strings "/" and "\/" must produce...
1 Oct 28, 2008
5:08 pm

Douglas Crockford
douglascrock...
Send Email

JSON is not able to directly represent cyclical structures. However, with some simple transformation, it can. This is demonstrated by two JavaScript functions,...
3 Oct 28, 2008
6:21 am

Red Daly
reddaly5
Send Email

I'm proud to announce that JsonFx, the JSON-Savvy Ajax Framework, is now publically available for ASP.NET 2.0/3.5. Some of the features: - A true Ajax...
1 Sep 29, 2008
6:27 am

Stephen M. McKamey
stephen.mckamey
Send Email

Support was added to the Java reference implementation for Apple's Old Style ASCII Property Lists. It recognizes strings, arrays, and dictionaries. It is...
3 Sep 18, 2008
4:52 pm

Douglas Crockford
douglascrock...
Send Email

Colleagues, We are planning to use JSON to distribute diverse data to heterogeneous clients - mostly scripters in JavaScript, Python, Ruby, and C#. One of the...
3 Sep 8, 2008
3:31 pm

Vlad
vldi
Send Email

Would you be interested in attending and possibly presenting at a JSON Conference? Is there broad enough interest in JSON to justify an event?...
22 Sep 3, 2008
12:46 pm

Ric Johnson
ricjohnsoniii
Send Email

I think the grammar on the right of json.org would be more complete if it started with json_text object array I remember having trouble finding out whether or...
4 Aug 26, 2008
11:13 pm

Douglas Crockford
douglascrock...
Send Email

Recent discussions about JsonML (e.g. http://tech.groups.yahoo.com/group/json/message/1115) and various blog posts around browser-side templating (e.g. ...
8 Aug 18, 2008
5:48 pm

Lokesh jadwani
lokeshjadwani
Send Email

The latest release of Aptana's Jaxer Ajax server (Jaxer 1.0 RC B)has added support for the creation and delivery of JSON data services -- Jaxer runs JavaScript...
1 Aug 7, 2008
11:22 pm

khakman
Send Email

JsonML is an isomorphic transformation between JSON and XML. With this transformation, JSON is able to encode XML document structures. The Array Form...
18 Aug 2, 2008
1:46 am

Kyle Alan Hale
kylealanhale
Send Email

I have recently added JSON Referencing support to Dojo, available in the upcoming Dojo 1.2, and provided a more detailed explanation of JSON Referencing here...
1 Aug 1, 2008
4:26 am

Kris Zyp
kriszyp
Send Email

Hi, I am new user of JSON. Now I have a requirement to build a UI using a JSON output that I get by calling a webservice. What would be the free and best UI...
4 Jul 31, 2008
4:49 pm

Martin Cooper
mfncooper
Send Email

Requirement: Have a list of 500 country data COUNTRY COUNTRY CODE COUNTRY TAX CODE COUNTRY TAX YEAR The user selects a country from an online form, and the...
2 Jul 30, 2008
9:38 pm

Philip Tellis
philiptellis
Send Email

We recently introduced JSONQuery, which is intended to build on JSONPath to provide a more comprehensive set of data querying capabilities including sorting,...
1 Jul 30, 2008
7:47 pm

Kris Zyp
kriszyp
Send Email

The file http://www.json.org/json2.js begins with /* http://www.JSON.org/json2.js 2008-06-15 Curious date ;-) ... More seriously, This file modifies the built...
7 Jul 29, 2008
12:37 am

Peter Michaux
petermichaux
Send Email

I have recommended that these methods be added to ECMAScript: Array.prototype.toJSONString Object.prototype.toJSONString String.prototype.parseJSON This will...
8 Jul 25, 2008
1:53 pm

Ric Johnson
ricjohnsoniii
Send Email

There's a small inconsistency between the current documentation for JSON.stringify() and the actual implementation (v. 2008-07-09) . The documentation for the...
2 Jul 16, 2008
10:34 pm

Douglas Crockford
douglascrock...
Send Email

JSON does not preserve the data sorting. I fetched the sorted data from DB and put in json object to be shown in a list box. The sorting order is not preserved...
2 Jul 14, 2008
10:53 am

Mark Ireland
akaidr4vr
Send Email

Alain Michaud found and corrected a bug where missing values at the end of a line were mishandled....
1 Jul 11, 2008
2:52 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