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
Messages 217 - 246 of 1968   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
217 Robert Cerny
robert_cerny Send Email
Jan 18, 2006
10:49 pm
This is a big step. I am very happy about it. After all an RFC will be a good weapon in XML-JSON battles :-) Thank you for all your work....
218 Martin Cooper
mfncooper Send Email
Jan 18, 2006
11:04 pm
A couple of comments: * There is a typo in the 2nd sentence of section 6, " ... [Non-text portions of this message have been removed]...
219 MPCM
mpcmtechnolo... Send Email
Jan 18, 2006
11:10 pm
I'll second Robet's comments, minus the xml battles. This is a wonderful news and a step in the right direction. I'm so grateful of the day I stumbled onto...
220 Martin Cooper
mfncooper Send Email
Jan 18, 2006
11:13 pm
Oops! Let's try that again... * In section 2.5 on numbers, there is the statement "Leading zeros are not allowed as that could lead to confusion". I don't...
221 Mark S. Miller
capsecure Send Email
Jan 19, 2006
1:34 am
... I suggest adding to section 4 Generators: A JSON generator SHOULD output a space after a <name-separator&gt; (a colon) or a <value-separator> (a comma). From...
222 Mark S. Miller
capsecure Send Email
Jan 19, 2006
1:45 am
... I'd guess: because JSON is a subset of several other languages, and some of these other languages interpret leading zeros to indicate an octal number. ...
223 Robert Cerny
robert_cerny Send Email
Jan 19, 2006
3:05 pm
One suggestion: It would help, if Generators and Parsers across implementations would use the same names for doing the same thing. A name recommendation, would...
224 Douglas Crockford
douglascrock... Send Email
Jan 19, 2006
5:05 pm
... (a colon) ... that the ... would be ... The significance of spaces is YAML's problem. They need to develop a transition plan away from it. JSON's position...
225 Douglas Crockford
douglascrock... Send Email
Jan 19, 2006
5:21 pm
... are not ... In JavaScript, leading zero means octal. If JSON allowed leading zeros that do not indicate octal, then it would not be a subset of JavaScript....
226 Douglas Crockford
douglascrock... Send Email
Jan 19, 2006
5:25 pm
... How would that help?...
227 Josh Sled
joshsled Send Email
Jan 19, 2006
5:35 pm
... [Sorry to reply to this rather than the original, but I never received it. :/] In Section 5 you assert that the MIME media type is "text/json&quot; ... is that...
228 Douglas Crockford
douglascrock... Send Email
Jan 19, 2006
5:44 pm
... My intention is to have IANA bless "text/json&quot;. They first want to see an IETF RFC. The first step in creating an RFC is the submission of an Internet...
229 Martin Cooper
mfncooper Send Email
Jan 19, 2006
6:03 pm
... IMHO, this would be a better - and more honest - explanation than just saying it's confusing. -- Martin Cooper Leading zeros are subject to confusion. The...
230 Robert Cerny
robert_cerny Send Email
Jan 19, 2006
11:39 pm
... It would help developers, in particular those, who use JSON in many languages. More likley that the first guess is right, less time searching docs. Even on...
231 Andrew Durdin
adurdin Send Email
Jan 20, 2006
5:42 am
... A few comments: 1. Is there any reason you're specifying characters in two different styles? For example, in 2.0 you've got: <begin-object>; = %x7B...
232 Douglas Crockford
douglascrock... Send Email
Jan 22, 2006
12:48 am
... There was an n**2 problem with the regexp. The latest version of json.js should be much happier with large texts....
233 Douglas Crockford
douglascrock... Send Email
Jan 24, 2006
6:24 pm
Erlang has joined the list of programming languages with JSON support. See http://www.erlang-projects.org/Public/news/ejson/view...
234 mhyk14 Send Email Jan 28, 2006
2:46 am
Hi, I'm trying out JSON and I find it really easy to produce and manipulate. But I have some concerns regarding FireFox's Javascript Console. I'm using 1.5...
235 Martin Cooper
mfncooper Send Email
Jan 28, 2006
5:01 am
... Well there seems to be a funky '^' after the array, which wouldn't be valid if it's part of what you're sending back. -- Martin Cooper I also get errors...
236 Gordon Mohr (@ Bitzi)
gojomo Send Email
Jan 28, 2006
5:49 am
... There's also the strange "&q uot;", though perhaps that's an artifact of something else. - Gordon...
237 mhyk14 Send Email Jan 28, 2006
7:26 am
Thanks for the replies. Here's another error message from FireFox's Javascript Console: Error: syntax error Source File:...
238 Michal Migurski
michal_migurski Send Email
Jan 28, 2006
3:46 pm
... The JSON string looks fine. Could it be that you are just evaluating it directly in the browser, without adding any context such as "var foo = [...];" ? ...
239 Mike D
mhyk14 Send Email
Jan 28, 2006
4:10 pm
well, here's the line that grabs the json string: var jsonObj = JSON.parse(http.responseText); fyi: Im using the JSON Parser from json.org Do you think I/we...
240 Jim Washington
jimcburg Send Email
Jan 28, 2006
4:35 pm
... What content-type are you sending with your JSON? Is there a charset involved? I've found that similar "I can't parse this" issues are sometimes resolved...
241 Mike D
mhyk14 Send Email
Jan 29, 2006
12:49 am
lol I give up. I tried using several charsets along with text/plain, text/javascript, application/x-javascript, application/javascript and...
242 Atif Aziz
azizatif Send Email
Feb 1, 2006
7:32 pm
JSON is limited to a few primitive types that serve quite well when it's enough to communicate all type information via documentation. For example, a date is...
243 Michal Migurski
michal_migurski Send Email
Feb 1, 2006
8:11 pm
... JSON-RPC defines a pattern called class hinting, see section 3 of http://json-rpc.org/specs.xhtml. It's close... sort of. ... michal migurski- contact info...
244 Atif Aziz
azizatif Send Email
Feb 1, 2006
10:44 pm
I guess I should have mentioned that I was aware of class hinting from JSON-RPC. Although fine in principle, I find the method slightly intrusive, verbose and...
245 Stefan Gössner
stefangoessner Send Email
Feb 2, 2006
11:36 pm
Hello group, greetings from Dortmund, Germany. I am using JSON for a while now, mainly for sending data from my web server to the client. I like it a lot more...
246 Douglas Crockford
douglascrock... Send Email
Feb 3, 2006
2:01 am
Thank you everyone on your comments on the Internet Draft. I am preparing a revision. I have encorporated most of your suggestions. The current state can be...
Messages 217 - 246 of 1968   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