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: 593
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

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

Anybody had any luck using these two together? Specifically, if the payload of the request and or response is json, then is the payload required to be wrapped...
1 Jul 11, 2008
12:53 pm

deegs_ca
Send Email

The JSON.org page is now available in Hungarian. http://json.org/json-hu.html Thanks to Gábor Török....
1 Jul 8, 2008
10:36 pm

Douglas Crockford
douglascrock...
Send Email

Maybe I'm just going crazy, but in a previous version of json.js (or maybe json2.js) did the .toISOString function wrap an extra set of "" (double quotes)...
2 Jul 7, 2008
7:12 pm

Douglas Crockford
douglascrock...
Send Email

Mr. Crockford, In your "Recommendations for the Fourth Edition of the ECMAScript Programming Language Specification" ...
1 Jul 5, 2008
3:08 am

geoffrey.mcgill
Send Email

Two changes to the reference implementation. JSONObject will keep a LinkedHashMap, so that new JSONObject(new LinkedHashMap()) can be used to make ordered...
7 Jul 3, 2008
5:57 pm

Douglas Crockford
douglascrock...
Send Email

Here is the article on how we have added XPath 2.0 and XSLT 2.0 for JSON documents http://www.p6r.com/articles/2008/05/06/xslt-and-xpath-for-json/...
3 Jun 26, 2008
3:29 pm

Mark Joseph
markjoseph_sc
Send Email

There is another JavaScript reference implementation of a JSON parser. This one is a simple state machine. It is slower than json_sans_eval, but it is neater. ...
1 Jun 26, 2008
1:10 pm

Douglas Crockford
douglascrock...
Send Email

JSON for ASP listed at json.org. http://code.google.com/p/aspjson Thanks for json.org...
1 Jun 26, 2008
1:01 pm

threedot19
Send Email

Mike Samuel of Google has produced a JavaScript JSON parser that is eval free. http://www.json.org/json_sans_eval.tgz...
2 Jun 25, 2008
9:27 pm

Douglas Crockford
douglascrock...
Send Email

I'm the type of person that is pretty impatient, and given the past history of browsers with regards to adopting standards, I'm curious on anyone's feelings on...
3 Jun 25, 2008
2:09 pm

Seth Call
cisco_sethcall
Send Email

JSON engine of VBScript based ASP server technology, served on it's deficiency of processing speciality. Also there have been like these projects put they had...
1 Jun 20, 2008
11:55 pm

threedot19
Send Email

Hi, the first draft of SAJ & DOMJ have been released. SAJ & DOMJ are belong to java json API, a common API to process json in java environment. A group works...
1 May 30, 2008
7:00 am

Claudio D'angelo
ihepda
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