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...
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

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...
3 May 27, 2006
10:18 am

Atif Aziz
azizatif
Send Email

There is an interesting new Java implementation at http://developer.berlios.de/projects/jsontools/...
1 May 9, 2006
1:27 am

Douglas Crockford
douglascrock...
Send Email

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...
2 May 5, 2006
7:14 pm

Nic
nicferrier2000
Send Email

I just built a RESTfull file system for FUSE. It uses JSON as the meta-data protocol. You can find details here: http://www.nongnu.org/restyfuse It's just a...
1 Apr 28, 2006
8:35 pm

Nic
nicferrier2000
Send Email

The Internet Draft http://www.ietf.org/internet-drafts/draft-crockford-jsonorg-json-03.txt is currently being reviewed. Based on the comments so far, I think ...
2 Apr 28, 2006
7:19 pm

Douglas Crockford
douglascrock...
Send Email

The introduction page of JSON.org is available in Chinese, English, French, German, Italian, Japanese, and now Korean....
1 Apr 21, 2006
8:03 pm

Douglas Crockford
douglascrock...
Send Email

I was just taking a look at the json output from Flickr, and noticed that they don't quote any of their keys. As I understand it, that's incorrect - at least...
2 Apr 21, 2006
5:43 pm

Michal Migurski
michal_migurski
Send Email

Just curious -- what testing has been done of the various libraries and tools WRT internationalisation? I.e., has it been confirmed that i18n works in JSON,...
10 Apr 20, 2006
12:23 am

Fang Yidong
fangyidong
Send Email

when testing the JSON.stringify function, i noticed that it does not seem to behave correctly in safari. The issue is with Objects. It seems to arise from the...
1 Apr 16, 2006
10:03 pm

christopher.stumm
christopher....
Send Email

Fang Yidong has written a simple JSON package for Java. http://www.JSON.org/java/json_simple.zip...
1 Apr 16, 2006
2:06 pm

Douglas Crockford
douglascrock...
Send Email

Hi. I'm trying to use json.parse on server-side javascript under IIS. This gives errors or returns false with "perfectly good" json strings. The process is to...
5 Apr 14, 2006
11:23 am

dnc_octopus
Send Email

These are interesting news. Microsoft seems to support (de)serializing objects to/from JSON format. http://forums.asp.net/thread/1257092.aspx...
1 Apr 13, 2006
11:05 pm

Stefan Gössner
stefangoessner
Send Email

Hello, I use to have a lot of application build with ajax, to learn more about JSON and also implement something easier in one of this applications. The BIG...
2 Apr 12, 2006
9:52 pm

Pavan Kumar Keely
keelypavan
Send Email

JSON is primary a set of encoding rules. A JSON encoder is required to only emit stuff which is strict JSON. The only rule for decoders is that they accept...
1 Apr 12, 2006
8:18 pm

Douglas Crockford
douglascrock...
Send Email

I have added a JSON text parser, called JsonTextReader, that provides non-cached, forward-only access to JSON data. JsonTextReader [1] can be found in the...
1 Apr 10, 2006
11:12 am

Atif Aziz
azizatif
Send Email

http://java.sys-con.com/read/203935.htm -- Text by me above is hereby placed in the public domain Cheers, --MarkM...
2 Apr 8, 2006
7:50 pm

Nels Wadycki
nelswadycki
Send Email

Hello. Ordinarily I wouldn't ask others to debug a problem I'm having with MY code, but I'm stuck. Being a total newbie to JSON, I'm afraid I don't have enough...
2 Apr 3, 2006
3:06 am

Pavan Kumar Keely
keelypavan
Send Email

Hi. I'm pretty experienced with Javscript but totally new to JSON and have a question... Is it possible to use JSON to "populate"; objects that are already ...
2 Mar 23, 2006
9:38 pm

Douglas Crockford
douglascrock...
Send Email

I updated my NSDictionary JSON methods so the output is now indented and easier to read. (Version 1.0 simply output one long string). Posting/Info/Download:...
1 Mar 22, 2006
1:00 am

Blake Seely
blakeseely_99
Send Email

JSON Newbie question: Given the following string: { "parent": { "child": "Hello&#92;!" } } And asking a JSON parser to parse it, what is the expected behavior? ...
2 Mar 20, 2006
10:43 pm

Douglas Crockford
douglascrock...
Send Email

The Java package now includes a JSONWriter for generating JSON text to a stream. The JSONObject and JSONArray also have write methods. ...
1 Mar 15, 2006
1:49 am

Douglas Crockford
douglascrock...
Send Email

I have some feedback on JSONRequest. There is some specific feedback, but most feedback is on the general problem. It is posted here: ...
1 Mar 14, 2006
6:45 pm

jrblite
Send Email

There is now JSON support for Emacs: http://edward.oconnor.cx/elisp/json.el...
1 Mar 14, 2006
12:56 am

Douglas Crockford
douglascrock...
Send Email

Hi all, Sorry to come late to the party on this. With regard to what to call the json technology, what about aeon (asynchronous ecmascript object notation). It...
2 Mar 13, 2006
6:33 am

Michal Migurski
michal_migurski
Send Email

Hi all, am using JSON RPC for my PHP web app - thats been working brilliantly. One oversight in the spec is that there appears to be no way of specifying...
3 Mar 13, 2006
3:16 am

Lindsay
softlog_lindsay
Send Email

Is it posible to compress JSON files, gzip or something else? Am using JSON-PHP to send JSON files to my AJAJ javascript front end. When I turn on GZIP...
7 Mar 9, 2006
4:05 pm

msf157
Send Email

Hi! I´m a JSON newbie! Is ther some kind soul that can help me with compiling the the C# JSON parser on the JSON.ORG site? Both solutions do not...
4 Feb 25, 2006
7:41 pm

nhytro
Send Email

Quoting from the latest reference implementation at: http://www.json.org/json.js ... This should document that it returns null upon finding something that ...
1 Feb 23, 2006
1:35 am

Tom Metro
tmetro+json@...
Send Email

Hi All, I am new to JSON & i need your help. My Use case is that i have service oriented architecture & sometimes i have to send a object back from my service...
5 Feb 22, 2006
10:35 pm

Martin Cooper
mfncooper
Send Email

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
  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