I am wondering what people who know thieir json code make of this: http://www.andyscott.id.au/index.cfm/2007/3/31/CFJsonService-01Alpha-Release AN xml config...
The JSON.org page is now available in Czech. http://json.org/json-cz.html...
776
json_is_clever
Apr 12, 2007 9:52 pm
I was having a discussion with an implementer of a JSON library, and over time the discussion boiled down to an argument over the interpretation of one...
777
Douglas Crockford
douglascrock...
Apr 13, 2007 10:47 pm
... No, that is a wild misreading of the RFC. The JSON text must be represented in Unicode, and the preferred encoding is UTF-8. ... Parties can agree on what...
778
Michael Schwarz
schwarz_inte...
Apr 13, 2007 11:29 pm
I have one more question, do I need to convert unicode characters to something like "\u12345"? Michael On 13 Apr 2007 15:47:13 -0700, Douglas Crockford...
779
Mark Miller
capsecure
Apr 14, 2007 3:14 am
... For example, JSON in E-0.9 accepts only Unicode characters from the "basic multilingual plane", i.e., characters whose code point fits in 16 bits. As I ...
780
json_is_clever
Apr 14, 2007 9:09 am
... Thanks for the clarification, Douglas....
781
Douglas Crockford
douglascrock...
Apr 14, 2007 1:45 pm
... No. The \u notation is only required for some of the control characters....
782
Michael Schwarz
schwarz_inte...
Apr 14, 2007 9:59 pm
Hi, currently I have only something like \r, \n or \t, are those chars allowed? Which control chars are you talking about? Thanks a lot. Michael ... -- Best...
783
Douglas Crockford
douglascrock...
Apr 14, 2007 10:26 pm
... None of the control characters can appear in JSON strings. You can use the \u convention to represent them. A few of them, such as linefeed and tab, have...
784
Douglas Crockford
douglascrock...
Apr 14, 2007 11:55 pm
The JSON.org page is now available in Arabic. http://json.org/json-ar.html...
785
regexman
Apr 15, 2007 9:06 pm
I've recently released a JSON converter for Perl on CPAN called JSON::DWIW. Most of the work is done in C for speed. I have found it to be faster than...
786
Lalit Patel
lalit.patel
Apr 17, 2007 9:31 pm
Hi All, I have written a library to store JSON values in Cookies. It is based on prototype.js. http://www.lalit.org/lab/jsoncookies Aron Newton has also ported...
787
Douglas Crockford
douglascrock...
Apr 19, 2007 1:59 pm
The JSON.org page is now available in Persian. http://json.org/json-fa.html...
788
Frans Thamura @ flatb...
fthamura
Apr 23, 2007 9:08 am
hi all i want to parse the book.json and i want to make sure that the Books class have Book , and every Book class have value. i try using Java, and use the...
789
Alexey Luchkovsky
luchkovsky
Apr 24, 2007 1:42 pm
JSONER provides open-source solution for improving your web technologies that allow developers to easily and quickly build rich JSON based applications. JSONER...
790
Pradeep
prad_kris
Apr 30, 2007 7:21 am
Hello All, I am a rookie in Web Technologies and had to do a small work with Prototype's json and Ajax.request functions. I had problems with the json.js...
791
Philip Tellis
philiptellis
Apr 30, 2007 7:42 am
... It would help if you could say what problems you had with json.js...
792
Douglas Crockford
douglascrock...
Apr 30, 2007 1:41 pm
... Since you are a rookie, I'm guessing that your problem is that you are not writing your for..in loops correctly. See ...
793
Pradeep
prad_kris
May 1, 2007 5:24 am
Hello Crawford, I am not using any for..in loops. I went on to find the exact problem using Script Debugger. It was reported in the Rails Bug Tracker. Please...
794
Douglas Crockford
douglascrock...
May 1, 2007 1:17 pm
... problem using Script Debugger. It was reported in the Rails Bug ... Interesting. Prototype contains a known bug which is trivial to fix, and they are...
795
Douglas Crockford
douglascrock...
May 9, 2007 2:04 pm
The JSON.org page is now available in Polish. http://json.org/json-pl.html...
796
Kevin Smith
kevinbsmith
May 13, 2007 5:57 pm
Sorry I didn't reply sooner. Hopefully you have already solved the problem. If not... I think you would want code more like this (untested!): JSONArray...
797
Douglas Crockford
douglascrock...
May 21, 2007 2:15 pm
The JSON.org page is now available in Indonesian. http://json.org/json-id.html...
798
Jeff Rodenburg
json_jeffro
May 22, 2007 7:11 pm
Hi all - First message to the group, thanks for the invitation Doug. I recently put together a C# library that's available at ...
799
Shawn Silverman
shawnsilverman
May 29, 2007 5:10 pm
Just a reminder about my Java-based JSON parser in the Files section (json-lib-1_0_1.zip). It uses the Java types to represent JSON types so there's no custom...
800
json@yahoogroups.com
May 29, 2007 5:16 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 :...
801
rui.maciel
May 30, 2007 2:32 pm
I'm proud to announce that MJSON v0.3 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
802
Douglas Crockford
douglascrock...
Jun 2, 2007 2:21 pm
The JSON.org page is now available in Greek. http://json.org/json-el.html...