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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 914 - 943 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
927
Hi all, I've lately released a very minimalistic JSON parser for C++. => http://blog.beef.de/2008/01/04/tinyjson/ Why another C++ parser? While I really like...
tc.jansen
Offline Send Email
Jan 6, 2008
9:16 am
928
Hi everyone, I'd like to share JSON parser, an extension of the JSON_checker code provided by http://www.json.org/ . The code is at...
Jean Gressmann
jean@...
Send Email
Jan 6, 2008
12:24 pm
929
FYI, last week I posted an update for JsonFx JsonSerializer. Updates include: - expanded JSON object serialization to include any IDictionary with String keys...
Stephen M. McKamey
stephen.mckamey
Offline Send Email
Jan 9, 2008
7:39 pm
930
http://lloydforge.org/projects/yajl A ChangeLog is availabe on that site, and in the distribution. enjoy, lloyd -- lloydh@... | appreciate value won...
Lloyd Hilaiel
lhilaiel
Offline Send Email
Jan 14, 2008
9:55 pm
931
I'm very pleased to announce the release of jabsorb 1.2.2. jabsorb is a simple and lightweight (yet quite powerful) Ajax/Web 2.0framework that allows you to...
Arthur Blake
blakesys
Offline Send Email
Jan 17, 2008
12:19 am
932
... That sounds a lot like DWR. Can you provide a brief comparison? -- Martin Cooper The most important feature in the jabsorb 1.2.x release line is an...
Martin Cooper
mfncooper
Offline Send Email
Jan 17, 2008
4:07 am
933
... I'm not a DWR expert, but from what I understand, both libraries fulfill the same basic purposes. The main difference that I've always touted is: jabsorb...
Arthur Blake
blakesys
Offline Send Email
Jan 17, 2008
3:46 pm
934
I have created four LotusScript classes for handling JSON. The main classes are JSONReader and JSONWriter. There are also two wrapper classes for...
troy.reimer
Offline Send Email
Jan 25, 2008
8:50 pm
935
Hey guys, I've written a little JSON validator / reformatter service that I'm hoping is useful for everyone. I use it constantly myself, so I figure others...
jeditawnos
Offline Send Email
Jan 27, 2008
1:09 am
936
FYI, an update for JsonFx JsonSerializer is available. Round-trip support is improved for strongly typed objects. http://jsonfx.net/BuildTools/ Features: -...
Stephen M. McKamey
stephen.mckamey
Offline Send Email
Feb 6, 2008
2:32 am
937
Is anyone aware of a JSON parser written in JavaScript that doesn't use the eval() function at all, but instead just does the entire parsing using regular...
Jesse Skinner
jessephrenic
Offline Send Email
Feb 7, 2008
11:12 am
938
The Jayrock project has a json.js version that supports both. A "safe eval" as well as a pure JavaScript JSON parser available via the "parse" method. See...
Atif Aziz
azizatif
Offline Send Email
Feb 7, 2008
11:40 am
939
Yes. Doug Crockford's ORIGINAL json parser {circa 2005 or so} did NOT use the eval function -- it was a strict tokenizer / regex mechanism both for parsing a...
Greg Patnude
gregpatnude
Offline Send Email
Feb 7, 2008
2:09 pm
940
json_parser.js is a JavaScript JSON parser that does not use eval. It can be used in environments in which Regexp or eval is not available. ...
Douglas Crockford
douglascrock...
Offline Send Email
Feb 9, 2008
12:30 am
941
Hi I have released a beta version of my Json.NET library. This new version adds LINQ to JSON. You can find out more about LINQ to JSON here: ...
james.newtonking
james.newton...
Offline Send Email
Feb 12, 2008
7:21 pm
942
Hi All, I have just started looking into using JSON as a way to send data between the client and server. I would like to know which JSON to use? I see...
Culbreth, Garland
gtcul
Offline Send Email
Feb 14, 2008
12:35 pm
943
Hi all, I would like to announce the release of my JSON Serialization library for C#. The project is called JsonExSerializer can be found at: ...
Ted Elliott
tedelliott24
Offline Send Email
Feb 18, 2008
1:35 pm
Messages 914 - 943 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