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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1437 - 1467 of 1958   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
1467 Douglas Crockford
douglascrock... Send Email
Feb 19, 2010
6:09 pm
There is a book available from Amazon and other sources titled JSON: Computer, Human-readable medium, Data structure, Associative array, Douglas Crockford,...
1466 Erik Arvidsson
e_o_n_i_c_s Send Email
Feb 16, 2010
5:17 pm
toJSON is supposed to return the object to serialize. See step 2 in the abstract operation Str(key, holder) (page 204, section 15.12.3) in the spec. Your...
1465 Erik Arvidsson
e_o_n_i_c_s Send Email
Feb 16, 2010
5:16 pm
... spec = ECMA 262 edition 5, http://www.ecma-international.org/publications/standards/Ecma-262.htm ... -- erik [Non-text portions of this message have been...
1464 soren.hilmer Send Email Feb 16, 2010
12:32 pm
Maybe. But I'm not looking for a workaround. I'm trying to push a bug fix towards json2.js This group seams to be the main communication entrypoint to ...
1463 soren.hilmer Send Email Feb 16, 2010
12:29 pm
json2 is (http://www.json.org/json2.js). --Søren...
1462 Andrea Giammarchi
an_red... Send Email
Feb 15, 2010
4:42 pm
Weird environment, I would trust more native implementations or json2.js itself nullifying the method. Array.prototype.toJSON = null; Could it be an acceptable...
1461 Dennis Gearon
gearond... Send Email
Feb 15, 2010
4:22 pm
what's json2? Dennis Gearon Signature Warning ... EARTH has a Right To Life, otherwise we all die. Read 'Hot, Flat, and Crowded' Laugh at...
1460 soren.hilmer Send Email Feb 15, 2010
7:09 am
Hi Just ran into this issue with json2 (http://www.json.org/json2.js). In the environment where I'm developing the situation is that plain Objects does not...
1458 John Cowan
johnwcowan Send Email
Feb 9, 2010
7:05 pm
... I don't know that there is. My take on it is: if something *can* appear multiple times, it should always be an array. If it cannot, it should never be an...
1457 sean_snider Send Email Feb 9, 2010
6:34 pm
When creating a JSON structure, is there a standard way that is used to determine that some member should be an Array vs Not? For someone building a service,...
1456 Wayne
wain_mike Send Email
Feb 8, 2010
8:45 am
Hi all, Just a quick post. Jswoof tiny has also been updated to support [JSWEXT] jswoof extensions http://www.waynemike.co.uk/jswoof you can also follow jswoof...
1455 Wayne
wain_mike Send Email
Feb 6, 2010
6:34 pm
Jswoof extensions finally finished and uploaded. jswoof extensions, allow new features to be bolted on to the jswoof library without clogging up the...
1454 Jonas Krogsbøll
Fredag_d13 Send Email
Feb 2, 2010
7:59 am
Having looked at some implementations - Jackson ( http://jackson.codehaus.org/) would suit my needs much better. Also FlexJSON looks interesting - will have to...
1453 Jonas Krogsbøll
Fredag_d13 Send Email
Feb 2, 2010
7:42 am
Thank you for your response. That might be my choice. All though navigation cannot be done with path arguments, I can implement that myself. ... -- Jonas...
1452 Gregg Irwin
greggirwin143 Send Email
Feb 1, 2010
11:40 pm
The REBOL %json.r script on json.org has been updated. The new version fixes a naive escaping problem. It's also available on REBOL.org. --Gregg...
1451 Arthur Blake
blakesys Send Email
Jan 31, 2010
11:57 pm
I would recommend the one written by the master himself... http://www.json.org/java/index.html <http://www.json.org/java/index.html>It&#39;s not perfect-- but more...
1450 Wayne
wain_mike Send Email
Jan 31, 2010
3:34 pm
Hi all. The jswoof website has been updated. To include C# class documentation A few typos have also been fixed. http://www.waynemike.co.uk/jswoof/csharp You...
1449 Mark Joseph
markjoseph_sc Send Email
Jan 28, 2010
4:15 am
If you go the IETF route then the meaning of JSON can change by committee. The group can decide what JSON really is. I have worked in a few of these and...
1448 Kris Zyp
kriszyp Send Email
Jan 28, 2010
4:07 am
I just was curious if there was any interest in IETF JSON working group. As I understand it, without a JSON working group any JSON-based specification that...
1447 Petri Lehtinen
akhern... Send Email
Jan 21, 2010
8:23 pm
Jansson v1.2 is out. This release contains new features and a few bug fixes. Changes since v1.1.3 ... * New functions: - json_equal(): Test whether two JSON...
1446 glanca Send Email Jan 19, 2010
8:24 pm
... right. ... Thanks for the quick feedback guys. Looking further in to what the org.json Java library is doing reveals this comment: /* * If it might be a...
1445 Douglas Crockford
douglascrock... Send Email
Jan 18, 2010
9:56 pm
... 0.625 a correct JSON number, and is accepted by org.json.JSONObject and by json2.js....
1444 John Cowan
johnwcowan Send Email
Jan 18, 2010
9:54 pm
... If that remark were interpreted literally, then 0 would not be a valid JSON number, which is absurd. In context, it clearly means that if the integer part...
1443 glanca Send Email Jan 18, 2010
9:39 pm
I'm using the JSON_Parser C library on one end and the org.json Java library on the other and they don't agree on the encoding for the floating point value...
1442 Wayne
wain_mike Send Email
Jan 14, 2010
9:22 pm
Hi all the jswoof website has been updated with a new jswoof mailing list. For those of you who use and follow jswoof you will know that updates are fast and...
1441 Fredag_d13 Send Email Jan 7, 2010
7:07 pm
Wait a minute - ignore my last advice. That would probably give you escaped characters instead of what you want. Just dont feed parsers anything but plain...
1440 Fredag_d13 Send Email Jan 7, 2010
7:06 pm
Wait a minute - ignore my last advice. That would probably give you escaped characters instead of what you want. Just dont feed parsers anything but plain...
1439 Fredag_d13 Send Email Jan 7, 2010
6:59 pm
I believe that the EMCAScript standard should be changed. On page 212 in http://www.ecmascript.org/docs/tc39-2009-043.pdf ECMA specifies the JSON-grammar, but...
1438 Douglas Crockford
douglascrock... Send Email
Jan 7, 2010
1:44 pm
... JSON.parse wants to be called with a string. If you call it with anything else, you get what you deserve. I don't recommend reliance on the edge cases....
1437 nostalgiker Send Email Jan 7, 2010
12:16 pm
is mr.crockford reading this list? imo this is then a bug in json2.js since JSON.parse(['true&#39;]) fails in his implementation but it should behave like ecma5's...
Messages 1437 - 1467 of 1958   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