Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

json · JSON JavaScript Object Notation

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 590
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 905 - 934 of 1953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
905 Kyle Alan Hale
kylealanhale Send Email
Nov 14, 2007
8:41 pm
... 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...
906 Tatu Saloranta
cowtowncoder Send Email
Nov 14, 2007
11:15 pm
... 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...
907 Tatu Saloranta
cowtowncoder Send Email
Nov 14, 2007
11:19 pm
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...
908 Kyle Alan Hale
kylealanhale Send Email
Nov 15, 2007
1:44 am
... 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....
909 Kris Zyp
kriszyp Send Email
Nov 15, 2007
8:04 pm
I wanted to introduce my project Persevere, as I have just released a new version of the Persevere server and client: ...
910 haritha.juturu Send Email Nov 20, 2007
1:06 am
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...
911 Arthur Blake
blakesys Send Email
Nov 20, 2007
2:49 am
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...
912 Kyle Alan Hale
kylealanhale Send Email
Nov 20, 2007
4:21 pm
... 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...
913 haritha.juturu Send Email Nov 20, 2007
6:02 pm
... Thanks All. guess i'll be playing with some of the libraries to decide on what will work best....
914 haritha.juturu Send Email Dec 6, 2007
2:49 am
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...
915 Douglas Crockford
douglascrock... Send Email
Dec 14, 2007
1:51 pm
The JSON.org page is now available in Bulgarian. http://json.org/json-bg.html...
916 Tyler Close
tjclose Send Email
Dec 16, 2007
7:02 pm
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...
917 Mark Nottingham
mnotting Send Email
Dec 18, 2007
12:20 am
Pipelining is often regarded as problematic, especially from the client side, because of uneven support in proxies and servers, as well as some uncomfortable...
918 Tyler Close
tjclose Send Email
Dec 18, 2007
5:53 am
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. ... ...
919 Mark Nottingham
mnotting Send Email
Dec 19, 2007
5:07 am
... 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...
920 Atif Aziz
azizatif Send Email
Dec 24, 2007
11:06 am
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...
921 Douglas Crockford
douglascrock... Send Email
Dec 31, 2007
1:57 pm
The JSON.org page is now available in Vietnamese. http://json.org/json-vi.html...
922 Tyler Close
tjclose Send Email
Dec 31, 2007
8:24 pm
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...
923 Mark Nottingham
mnotting Send Email
Jan 2, 2008
5:45 am
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...
924 Karthik Kumar
kkgoesnuts Send Email
Jan 2, 2008
6:07 am
... 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...
925 Claudio
ihepda Send Email
Jan 2, 2008
7:55 am
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...
926 Claudio
ihepda Send Email
Jan 4, 2008
1:23 pm
Hi, has been released the release 1.1.0 of DOMJson. New features are: * json schema validation * JSONPath support...
927 tc.jansen Send Email Jan 6, 2008
9:16 am
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...
928 Jean Gressmann
jean@... Send Email
Jan 6, 2008
12:24 pm
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...
929 Stephen M. McKamey
stephen.mckamey Send Email
Jan 9, 2008
7:39 pm
FYI, last week I posted an update for JsonFx JsonSerializer. Updates include: - expanded JSON object serialization to include any IDictionary with String keys...
930 Lloyd Hilaiel
lhilaiel Send Email
Jan 14, 2008
9:55 pm
http://lloydforge.org/projects/yajl A ChangeLog is availabe on that site, and in the distribution. enjoy, lloyd -- lloydh@... | appreciate value won...
931 Arthur Blake
blakesys Send Email
Jan 17, 2008
12:19 am
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...
932 Martin Cooper
mfncooper Send Email
Jan 17, 2008
4:07 am
... 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...
933 Arthur Blake
blakesys Send Email
Jan 17, 2008
3:46 pm
... 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...
934 troy.reimer Send Email Jan 25, 2008
8:50 pm
I have created four LotusScript classes for handling JSON. The main classes are JSONReader and JSONWriter. There are also two wrapper classes for...
Messages 905 - 934 of 1953   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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