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 751 - 784 of 1408   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
751
TrimQuery solution is right pretty, but.... not for tree-based structures. Visitor pattern and XPATH on XML realy designed for tree. Before I decide on Visitor...
Alexey Luchkovsky
luchkovsky
Offline Send Email
Mar 1, 2007
10:42 am
752
Hi, i want to use JSON also with HTML snippets. The snippet has included Smarty variables, i use the FCKeditor as wysiwyg-editor. Firstly i found out that the...
xxppmmssttooss
Offline Send Email
Mar 6, 2007
9:42 pm
753
I like to know if there is any place from where i can download JSON Parser. Is there any place where i can put my xml and get JSON output online. thanx Rama...
rama_singh75
Offline Send Email
Mar 15, 2007
2:27 am
754
I've written an XSLT which allows you to go from XML to JSON while still maintaining the ability to go back if you need to. You can read more about it here: ...
Stephen M. McKamey
stephen.mckamey
Offline Send Email
Mar 15, 2007
2:36 am
756
... There are many available at http://www.JSON.org/...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 15, 2007
1:39 pm
757
I have been using json for quite some time now. But just recently, I was starting a new project, and downloaded a new version of json.js from www.json.org. The...
Joshua Raphael Fuentes
joshuarpf
Offline Send Email
Mar 16, 2007
2:23 am
758
... was starting a new project, and downloaded a new version of json.js from www.json.org. The previous json framework that I used had no problem at all, but I...
george.jempty
Offline Send Email
Mar 16, 2007
10:30 am
759
... was starting a new project, and downloaded a new version of json.js from www.json.org. The previous json framework that I used had no problem at all, but I...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 16, 2007
2:11 pm
760
Back in December, I co-authored an introductory article on JSON together with Scott Mitchell [1]. I finally got news this week that it has gone live and...
Atif Aziz
azizatif
Offline Send Email
Mar 18, 2007
8:00 am
761
- A Sunday thought; I was planning to tattoo "XML" on my left shoulder. After I've discovered "JSON", all my data transfer formats became JSON instead of XML....
mertsakarya@...
mertsakarya
Offline Send Email
Mar 18, 2007
5:34 pm
762 Kevin Prichard
kevin3prichard
Offline Send Email
Mar 18, 2007
11:49 pm
763
... While XML and JSON are similar, JSON's biggest win is simplicity: it's a convenient, well-supported serialization format that's great for representing...
Kevin Prichard
kevin3prichard
Offline Send Email
Mar 19, 2007
2:33 am
764
Hi all, I have some questions regarding JSON but they are primarily to do with RPC and serialization. I've noticed that there is a json-rpc group too and am...
Peter Farland
pjfarland
Offline Send Email
Mar 19, 2007
3:11 pm
765
The JSON.org page is now available in Russian. http://json.org/json-ru.html...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 21, 2007
8:53 pm
766
Demos are online for pretty printing of JSON and schema validation of JavaScript objects: http://www.cerny-online.com/cerny.js/demos Best regards, Robert...
Robert Cerny
robert_cerny
Offline Send Email
Mar 22, 2007
4:15 pm
770
My name is Pascal, and I'm the lead developer over at TwoLattes (www.twolattes.com). We're releasing a useful tool for AJAX oriented Java apps: JsonMarshaller....
pascallouis_perez
pascallouis_...
Offline Send Email
Mar 22, 2007
7:50 pm
771
thanks for the tip man.. but I just recently noticed that it happens when I use prototype.js from this scriptaculous framework. Right now, I am using the old...
Joshua Raphael Fuentes
joshuarpf
Offline Send Email
Mar 23, 2007
1:53 pm
772
Hi, i get data in JSON format, i want to validate or Parse my JSON data in ruby. can it be possible validate JSON data in ruby ? is there any JSON parser for...
rama_singh75
Offline Send Email
Apr 2, 2007
5:21 am
773
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...
Mark Ireland
akaidr4vr
Offline Send Email
Apr 2, 2007
8:35 am
774
http://yuiblog.com/blog/2007/04/10/json-and-browser-security/...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 11, 2007
2:04 am
775
The JSON.org page is now available in Czech. http://json.org/json-cz.html...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 11, 2007
5:23 pm
776
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...
json_is_clever
Offline Send Email
Apr 12, 2007
9:52 pm
777
... 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...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 13, 2007
10:47 pm
778
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...
Michael Schwarz
schwarz_inte...
Offline Send Email
Apr 13, 2007
11:29 pm
779
... 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 ...
Mark Miller
capsecure
Offline Send Email
Apr 14, 2007
3:14 am
780
... Thanks for the clarification, Douglas....
json_is_clever
Offline Send Email
Apr 14, 2007
9:09 am
781
... No. The \u notation is only required for some of the control characters....
Douglas Crockford
douglascrock...
Offline Send Email
Apr 14, 2007
1:45 pm
782
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...
Michael Schwarz
schwarz_inte...
Offline Send Email
Apr 14, 2007
9:59 pm
783
... 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...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 14, 2007
10:26 pm
784
The JSON.org page is now available in Arabic. http://json.org/json-ar.html...
Douglas Crockford
douglascrock...
Offline Send Email
Apr 14, 2007
11:55 pm
Messages 751 - 784 of 1408   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