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
Messages 486 - 515 of 1958   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
486 json@yahoogroups.com Send Email Jul 27, 2006
6:26 pm
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-lib-1_0.zip ...
487 Douglas Crockford
douglascrock... Send Email
Jul 30, 2006
9:12 pm
The JSON RFC has been published. http://www.ietf.org/rfc/rfc4627.txt...
488 Atif Aziz
azizatif Send Email
Jul 31, 2006
11:57 pm
... My impression is that in formulating the spec you are mostly thinking about RPC being used to sending normalized data tables e.g. from a database << I'll...
489 meyer_jon Send Email Aug 2, 2006
12:30 am
... I guess this is our point of departure. You view dynamic data as a 10% rare case that falls outside what you are interested in, one which you hope others...
490 Andy
imarvintpa.geo Send Email
Aug 7, 2006
6:00 pm
... For converting ASP objects into JSON, I've had to write my own code to walk dictionaries, arrays, etc. I can't really share that. For converting JSON into...
491 Andy
imarvintpa.geo Send Email
Aug 7, 2006
6:10 pm
Hi, I went to the root of the conversation since I couldn't find a good spot elsewhere for this thought: I think JSON is fine as-is. If you want something...
492 Matt
mpcmtechnolo... Send Email
Aug 9, 2006
2:54 am
Out of band data for creating types in other languages which don't cleanly/easily support raw javascript types should be done as optional data, which can still...
493 Dane Ensign
w0rldd0m Send Email
Aug 9, 2006
9:57 pm
Hi, I am stuck on a sample json call. I see that the group is addressing bigger topics other than "im stuck and need help" stuff. With your permission I will...
494 Bhasker
bosky101 Send Email
Aug 19, 2006
5:02 pm
i know u can read json data with the dynamic script tag.But can i post json crossDomain without xmlhttpObject? Evvvery link i go,they either talk about only...
495 Michal Migurski
michal_migurski Send Email
Aug 19, 2006
5:27 pm
The only sense in which JSON "avoids" Ajax, is that it's not XML ("Ajaj"?). JSON is just a format for your data, you still need to move it around using the...
496 potatono Send Email Aug 19, 2006
5:34 pm
Not entirely true. You can use JSON and dynamically created script tags to get around cross site scripting limitations. I think the question here was can you...
497 potatono Send Email Aug 19, 2006
5:37 pm
Check out http://json.us. It's an unannounced open JSON encoding proxy intended for use with dynamically created script tags. There is a drop-in replacement...
498 Douglas Crockford
douglascrock... Send Email
Sep 18, 2006
2:32 am
I will be speaking on JSON and JavaScript at these conferences: AjaxWorld Conference and Expo 2006 October 2-4, 2006 Santa Clara, California ...
499 Adhar Jain
adhar_jain Send Email
Sep 18, 2006
3:07 am
Douglas, I am using JSON to show dynamic multimaps. I want to know about it in more details. Is it possible that you send me any presentations you maintain for...
500 Mert Sakarya
mertsakarya Send Email
Sep 18, 2006
6:36 am
It's too bad to live outside US. To: json@...: douglas@...: Mon, 18 Sep 2006 02:27:16 +0000Subject: [json] Conferences in October...
501 Michael Schwarz
schwarz_inte... Send Email
Sep 18, 2006
6:52 am
Where do you live? Maybe we can have a conference/seminar here in Europe/Germany? Regards, Michael ... -- Best regards | Schöne Grüße Michael Microsoft MVP...
502 Adhar Jain
adhar_jain Send Email
Sep 18, 2006
7:23 am
... Mert Sakarya <mertsakarya@...> wrote: It's too bad to live outside US. To: json@...: douglas@...: Mon, 18...
503 Mert Sakarya
mertsakarya Send Email
Sep 18, 2006
8:05 am
Istanbul, Turkey. But I don't think it's hard to travel to Germany. At least it's two hours filght. Regards, Mert To: json@...:...
504 Fang Yidong
fangyidong Send Email
Sep 18, 2006
8:47 am
Shenzhen,China. I hope there will be a conference in China some day. ... -- JSON: Action in AJAX! JSON - http://www.json.org JSON.simple -...
505 Sergei Karasiov
karasiov Send Email
Sep 18, 2006
11:56 am
Hi, I want to understand a word "lightweight&quot; in JSON description - in context of data interchange. Give me example of "huge-weight&quot; - or so... What does this...
506 Ask Bjørn Hansen
askbjoernhansen Send Email
Sep 18, 2006
12:13 pm
... XML. -- http://www.askbjoernhansen.com/...
507 V. Karthik Kumar
kkgoesnuts Send Email
Sep 18, 2006
12:21 pm
I'd say JSON is pretty simple and avoids XML bloat: DTDs, XSDs, RDFs etc and their parsing overheads....
508 Mert Sakarya
mertsakarya Send Email
Sep 18, 2006
1:43 pm
Can we say; A CSV file is "lighterweight" and binary compressed file "lightestweight"? Mert To: json@...: ask@...: Mon, 18 Sep...
509 V. Karthik Kumar
kkgoesnuts Send Email
Sep 18, 2006
2:25 pm
1. A CSV is useful for defining relational data ... but doesn't fit as a object language because it doesn't support the conceps of objects as such. But yeah,...
510 Philip Tellis
philiptellis Send Email
Sep 18, 2006
2:29 pm
... yes, but csv doesn't easily allow for complex data types and compressed binary is just hard to parse. when dealing with browsers and web servers, gzip...
511 Mert Sakarya
mertsakarya Send Email
Sep 18, 2006
3:30 pm
Agreed! To: json@...: karthikkumar@...: Mon, 18 Sep 2006 19:36:02 +0530Subject: Re: [json] JSON is lightweight 1. A CSV is useful for...
512 Will Coleda
will_coleda Send Email
Sep 19, 2006
9:51 am
There is now a fairly complete json ``compiler&#39;' in parrot, implemented using a perl6 grammar, which can be seen at: http:// ...
513 JMathai
j_t_mathai Send Email
Sep 19, 2006
3:12 pm
I will be giving a presentation titled "Efficient development Using PHP, JSON and AJAX" at the Zend/PHP Conference in San Jose, CA. ... From: Douglas Crockford...
514 Stefan Gössner
stefangoessner Send Email
Sep 19, 2006
4:25 pm
... I am from Germany and I really like that idea. -- Stefan Gössner...
515 Lars Goldschlager
lars_goldsch... Send Email
Sep 19, 2006
5:19 pm
I'm from Caracas venezuela, so I'm fried Btw i think it would be nice to introduce JSON as a talk in other cons like Railsconf and PHP cons... ... -- "Did you...
Messages 486 - 515 of 1958   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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