Search the web
Sign In
New User? Sign Up
json · JSON JavaScript Object Notation
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 307 - 336 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
307
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...
Ryan Huff
ryanhca
Offline Send Email
Apr 3, 2006
1:42 am
308
Hi Ryan, When you eval a json string, enclose that string in between "(" and ")". So, to correct your example, the json part of the eval statement would be: ...
Pavan Kumar Keely
keelypavan
Offline Send Email
Apr 3, 2006
3:06 am
309
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...
dnc_octopus
Offline Send Email
Apr 5, 2006
8:09 pm
310
... Post some json that fails and you source that calls the parser. -- Lindsay...
Lindsay
softlog_lindsay
Offline Send Email
Apr 5, 2006
11:20 pm
311
... Ok. I build an object like this on the client side just for testing: function fazJSON() { var mObj = new Object; mObj.Time = new Date().getTime(); ...
dnc_octopus
Offline Send Email
Apr 6, 2006
7:15 pm
312
http://java.sys-con.com/read/203935.htm -- Text by me above is hereby placed in the public domain Cheers, --MarkM...
Mark S. Miller
capsecure
Offline Send Email
Apr 8, 2006
1:08 am
313
Got that one in one of my RSS feeds. It's a good read. Nels ... [Non-text portions of this message have been removed]...
Nels Wadycki
nelswadycki
Online Now Send Email
Apr 8, 2006
7:50 pm
314
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...
Atif Aziz
azizatif
Offline Send Email
Apr 10, 2006
11:12 am
315
I don’t see where you are calling fazJSON to stringify the object, but I’ll assume that objJSN is the stringified version of an object. I had to wrap the...
Mark Ingalls
marking
Offline Send Email
Apr 10, 2006
10:32 pm
316
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...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 12, 2006
8:18 pm
317
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...
Rafael Faria
rafaelrfc00
Offline Send Email
Apr 12, 2006
9:41 pm
318
Hi, What's the charset ? It seems like you created the file (statis JSON) file with some local charset. Can you send me that static file ? Pavan Keely Rafael...
Pavan Kumar Keely
keelypavan
Offline Send Email
Apr 12, 2006
9:52 pm
319
These are interesting news. Microsoft seems to support (de)serializing objects to/from JSON format. http://forums.asp.net/thread/1257092.aspx...
Stefan Gössner
stefangoessner
Offline Send Email
Apr 13, 2006
11:05 pm
320
Mark, Your assumption is correct. I'll try encodeURIComponent before using parse and see what happens. Thanks for your help! Duarte ... but I'll ... to get ......
dnc_octopus
Offline Send Email
Apr 14, 2006
11:23 am
321
Fang Yidong has written a simple JSON package for Java. http://www.JSON.org/java/json_simple.zip...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 16, 2006
2:06 pm
322
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...
christopher.stumm
christopher....
Offline Send Email
Apr 16, 2006
10:03 pm
323
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,...
Mark Nottingham
mnotting
Offline Send Email
Apr 17, 2006
8:49 pm
324
... Well... it assumes Unicode in all strings, if that's what you mean. =) ... michal migurski- contact info and pgp key: sf/ca...
Michal Migurski
michal_migurski
Offline Send Email
Apr 17, 2006
9:59 pm
325
Yep, I saw that; was just wondering what the gap between specification and implementation is... Cheers,...
Mark Nottingham
mnotting
Offline Send Email
Apr 18, 2006
5:17 pm
326
If you should discover a gap in any of the implementations, I hope you will report it. Mind the gap. ... specification and implementation...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 18, 2006
7:25 pm
327
Deos JSON Request allow a true POST today? I reviewed your docs, and there is some great information here, but you do not discuss how to do a POST without...
zackthom
Offline Send Email
Apr 18, 2006
7:58 pm
328
Now that this comes up, a question needs to be asked. When Unicode chars are specified, is there an inherent encoding scheme JSON wide? utf-8? utf-16? another...
Lars Goldschlager
lars_goldsch...
Offline Send Email
Apr 18, 2006
8:06 pm
329
... scheme ... You can use any of UTF-8, UTF-16, or UTF-32. I think UTF-8 is the only thing that makes sense. See...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 18, 2006
10:54 pm
330
I think UTF-8 is just a transformation format,like GBK and so on. In the 'internal' of both side (client / server),unicode is encoded in UCS-2 or UCS-4. I...
Fang Yidong
fangyidong
Offline Send Email
Apr 19, 2006
1:38 am
331
... JSON can be used with languages that use 8-bit chars, 16-bit chars, or 32-bit chars. Applications use Unicode in the most convenient size, which is...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 19, 2006
1:08 pm
332
It is a shame that Yahoo!Groups isn't implemented in JSON. Look at how the Subject: of this missage got mangled....
Douglas Crockford
douglascrock...
Offline Send Email
Apr 19, 2006
6:56 pm
333
I'm using the GBK version of Yahoo! mail.I forgot to change 'Re:' in chinese (3 unicode characters) into english.Maybe it's why the subject looks like this. ...
Fang Yidong
fangyidong
Offline Send Email
Apr 20, 2006
12:23 am
334
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...
Blake Seely
blakeseely_99
Offline Send Email
Apr 21, 2006
5:26 pm
335
... No, they should definitely quote their keys. Parsers can be lenient in what they accept, but it's lame to produce invalid output like this, especially when...
Michal Migurski
michal_migurski
Offline Send Email
Apr 21, 2006
5:43 pm
336
The introduction page of JSON.org is available in Chinese, English, French, German, Italian, Japanese, and now Korean....
Douglas Crockford
douglascrock...
Offline Send Email
Apr 21, 2006
8:03 pm
Messages 307 - 336 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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