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

i wanted to use json in a c++ program, but the zoolib library was just too big to deal with. so i sat down and wrote my own. anyone out there feel like doing...
8 Jun 6, 2006
3:35 pm

Will Coleda
will_coleda
Send Email

I have added a JSONString interface. A class implementing it can customize the JSON serialization of its instances. http://www.json.org/java/index.html...
3 Jun 4, 2006
12:44 pm

Douglas Crockford
douglascrock...
Send Email

The following json poll is now closed. Here are the final results: POLL QUESTION: Which of the following data communication methods / techniques do you use ? ...
1 Jun 2, 2006
8:21 am

json@yahoogroups.com
Send Email

Hello list, I just want to let you know, that I published an article over at xml.com http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html ...
1 Jun 1, 2006
4:46 pm

Stefan Gössner
stefangoessner
Send Email

Hello ALL, I have been in a BIG trouble. I have using XMLHttpRequest with JSON and everything works just fine with all browsers, except for firefox 1.0.X....
1 May 31, 2006
12:24 am

Rafael Faria
rafaelrfc00
Send Email

I know I read the reason somewhere, but I can't find it now. Why must keys be quoted?...
6 May 30, 2006
11:24 am

Pablo Vieira
rancioadams
Send Email

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...
13 May 28, 2006
6:03 pm

rancioadams
Send Email

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