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 897 - 926 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
897
What would be the recommended way of converting the result of an regexp.exec(str) method call to JSON? The result is an array but with two extra properties;...
Jim Fricker
jimfricker
Offline Send Email
Nov 6, 2007
5:26 am
898
... myObject = {index: myArray.index, input: myArray.input, array: myArray}; jsontext = JSON.stringify(myObject);...
Douglas Crockford
douglascrock...
Offline Send Email
Nov 6, 2007
9:39 pm
899
Quick note: there is a new JSON processor (parser, generator, simpler mapping tools) written in Java called Jackson. It's available from: ...
Tatu Saloranta
cowtowncoder
Offline Send Email
Nov 7, 2007
6:07 am
900
... How would it do this? Using naming convention to map JSON elements into URL query parameters? ( { "value" : { "a" : 1, "b" : "abc" } -> ...
cowtowncoder
Offline Send Email
Nov 7, 2007
5:35 pm
901
In my search for a convenient way to represent XHTML DOM elements, I assembled some ideas of how to apply the native JavaScript objects to the W3C DOM objects....
Kyle Alan Hale
kylealanhale
Offline Send Email
Nov 14, 2007
8:02 am
902
Those interested in JSoda should also check out JsonML. JsonML is a more compact representation and is fast for converting any XML to JSON. Example client...
Stephen M. McKamey
stephen.mckamey
Offline Send Email
Nov 14, 2007
2:40 pm
903
Indeed, JSoda and JsonML serve much the same purpose, but with slightly different styles and goals. ... This is probably the best reason to choose Stephen's...
Kyle Alan Hale
kylealanhale
Offline Send Email
Nov 14, 2007
5:56 pm
904
... I may be bit slow, but I am not sure I understand why you would want to wrap DOM within JSON? Why not deal with xml via DOM as is? And when transferring,...
Tatu Saloranta
cowtowncoder
Offline Send Email
Nov 14, 2007
7:00 pm
905
... The DOM element objects themselves aren't being wrapped in JSON. In fact, JSoda isn't JSON at all, it's just nested JavaScript objects. Each object type...
Kyle Alan Hale
kylealanhale
Offline Send Email
Nov 14, 2007
8:41 pm
906
... Ah ok. So it's more about javascript objects, not so much about json per se? If so, it is also related to methods like Badgerfish, which likewise allows...
Tatu Saloranta
cowtowncoder
Offline Send Email
Nov 14, 2007
11:15 pm
907
I have been able to do some very interesting performance comparisons, but unfortunately data I am using is company internal, and hence non publishable. So I...
Tatu Saloranta
cowtowncoder
Offline Send Email
Nov 14, 2007
11:19 pm
908
... per se? ... Yes, much like Badgerfish, just not as comprehensive.. but a bit easier to read. Badgerfish is ideal for representing any XML-based data....
Kyle Alan Hale
kylealanhale
Offline Send Email
Nov 15, 2007
1:44 am
909
I wanted to introduce my project Persevere, as I have just released a new version of the Persevere server and client: ...
Kris Zyp
kriszyp
Online Now Send Email
Nov 15, 2007
8:04 pm
910
Hi Everyone I was looking for a JSON serializer library to use in our web application. I believe there are just too many options out there... XStream, JSON-lib...
haritha.juturu
Offline Send Email
Nov 20, 2007
1:06 am
911
You might want to check out jabsorb (formerly known as JSON-RPC-Java) at http://jabsorb.googlecode.com In the new 1.2 version, we've added circular reference...
Arthur Blake
blakesys
Offline Send Email
Nov 20, 2007
2:49 am
912
... There are far too many options. It's because JSON is a wonderful new emerging standard, and everyone wants a piece of the pie.. everyone wants their names...
Kyle Alan Hale
kylealanhale
Offline Send Email
Nov 20, 2007
4:21 pm
913
... Thanks All. guess i'll be playing with some of the libraries to decide on what will work best....
haritha.juturu
Offline Send Email
Nov 20, 2007
6:02 pm
914
I have been looking for some slightly complicated samples for json to java objects conversion using JSON-LIB but in vain. So i thought i will post my sample...
haritha.juturu
Offline Send Email
Dec 6, 2007
2:49 am
915
The JSON.org page is now available in Bulgarian. http://json.org/json-bg.html...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 14, 2007
1:51 pm
916
Has any thought been given to specifying the use of HTTP/1.1 message pipelining with JSONRequest? The current specification says: "The browser must be able to...
Tyler Close
tjclose
Offline Send Email
Dec 16, 2007
7:02 pm
917
Pipelining is often regarded as problematic, especially from the client side, because of uneven support in proxies and servers, as well as some uncomfortable...
Mark Nottingham
mnotting
Offline Send Email
Dec 18, 2007
12:20 am
918
Hi Mark, Thanks for the response. I've got a few questions about your comments and am also wondering if it's feasible to work around the issues you raise. ... ...
Tyler Close
tjclose
Offline Send Email
Dec 18, 2007
5:53 am
919
... There are several aspects, but if you have an outstanding request on a connection, and another request is queued, deciding whether it's more efficient to...
Mark Nottingham
mnotting
Offline Send Email
Dec 19, 2007
5:07 am
920
Are there any plans to publish a set of unit tests in JavaScript that exercise json.js/json2.js? From: json@yahoogroups.com [mailto:json@yahoogroups.com] On...
Atif Aziz
azizatif
Offline Send Email
Dec 24, 2007
11:06 am
921
The JSON.org page is now available in Vietnamese. http://json.org/json-vi.html...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 31, 2007
1:57 pm
922
Hi Mark, I think message ordering and pipelining are really useful features, so I'ld like to kick this around some more to see if there's something that could...
Tyler Close
tjclose
Offline Send Email
Dec 31, 2007
8:24 pm
923
Hm. Personally, I wouldn't go this way; you're making a bet that the overhead of setting up SSL/TLS is less than that of working synchronously. If you're just...
Mark Nottingham
mnotting
Offline Send Email
Jan 2, 2008
5:45 am
924
... Not all browsers support pipelining. Opera has it enabled, Firefox has it disabled by default; The browser must be able to handle it transparently to the...
Karthik Kumar
kkgoesnuts
Offline Send Email
Jan 2, 2008
6:07 am
925
Hi, JON Tools's subprojects had been released. JON Tools is composed by: SAJ - Simple API for JSON ==> is an event parser of json stream with schema validation...
Claudio
ihepda
Offline Send Email
Jan 2, 2008
7:55 am
926
Hi, has been released the release 1.1.0 of DOMJson. New features are: * json schema validation * JSONPath support...
Claudio
ihepda
Offline Send Email
Jan 4, 2008
1:23 pm
Messages 897 - 926 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