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: 591
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

JSON.parse function accepts an extra argument which main usage is to transform strings into Dates, if encountered. For performances reason this operation will...
33 Aug 12, 2009
6:04 pm

Martin Cooper
mfncooper
Send Email

Andrea, I fail to understand what exactly you aim to prove on that page, but that is besides the point. You seem to argue that special features (incorporating...
3 Aug 12, 2009
5:05 am

Fang Yidong
fangyidong
Send Email

Version 1.2 of Jackson JSON processor (http://wiki.fasterxml.com/JacksonHome) is now available. Jackson is a full-featured JSON processor written in Java. It...
1 Aug 4, 2009
3:02 am

Tatu Saloranta
cowtowncoder
Send Email

Hi all, its been a while since the last version of JSWOOF was uploaded but rest assured development has been around the clock. version 1.08 introduces some...
1 Jul 31, 2009
7:14 pm

W
wain_mike
Send Email

I've been using my C# JSON parser for about a year now as I've been building out a larger end-to-end Ajax framework. Last week, I released the JSON parser...
4 Jul 26, 2009
6:57 pm

Stephen M. McKamey
stephen.mckamey
Send Email

Hello all,      I am starting an iphone app using json as the data interchange. I"m still coming up to speed on the JSON specs .... and more mportantly,...
5 Jul 21, 2009
10:29 pm

Tatu Saloranta
cowtowncoder
Send Email

What is the best way to convert JSON value to java object so that it can be sent to server? It needs to be free / open source....
6 Jul 20, 2009
4:00 pm

Tyler Close
tjclose
Send Email

For YUI's JSON utility, I'm leveraging native behavior if present and stable. To that second point, I adapted the test suite for YUI's JSON util to test the...
1 Jul 15, 2009
5:16 pm

Lucas Smith
y_lsmith
Send Email

Maybe this stuff could be interesting for json2.js file as well, or maybe not. It is a quick and full specs ISO strings parser, really fast, widely compatible,...
5 Jul 9, 2009
7:26 pm

Andrea Giammarchi
an_red...
Send Email

I noticed in the latest ECMAScript 5 spec that Date's toJSON is defined to return the same string as Date's toISOString. (as of:...
1 Jul 6, 2009
12:41 am

joel.finch@...
joel.finch...
Send Email

Code: JSON.parse("\"T\\wo\""); In Firefox 3.5 and the latest json2.js from json.org this results in a parse exception SyntaxError. Expected: Two It works in: *...
3 Jun 29, 2009
6:48 pm

John Cowan
johnwcowan
Send Email

Then apparently you didn’t say what you meant. No offense, that was what I needed to clarify. “…that different implementations of JSON.stringify([new...
4 Jun 29, 2009
6:14 pm

Douglas Crockford
douglascrock...
Send Email

Just to clarify this… ”new Date()” normally produces a perfectly ok Date object representing the current date and time. Does your change to ES5 mean that...
2 Jun 18, 2009
5:52 pm

Douglas Crockford
douglascrock...
Send Email

I had always assumed that new Date(NaN) in JavaScript would throw an exception. I found out today that produces a toxic date object, and that different...
1 Jun 18, 2009
4:43 pm

Douglas Crockford
douglascrock...
Send Email

Just wanted to let you all know yajl-ruby 0.5.5 was released to github's gem server and I'll be pushing a release to rubyforge soon as well. This is an...
1 Jun 18, 2009
7:51 am

Brian Lopez
gislobber
Send Email

has now been released. containing a small fix for object ordering. as usual jswoof and all its documentation can be found at: http://www.waynemike.co.uk/jswoof...
1 Jun 16, 2009
6:55 pm

W
wain_mike
Send Email

jswoof version 1.04 has been released. providing more speed improvements. some minor bug fixes and updated documentation. as usual you can get the latest...
3 Jun 9, 2009
9:04 pm

W
wain_mike
Send Email

<!-- this is the javascript json parser function --> <script type="text/javascript" src="../jquery-1.2.6.min.js"> </script> <script type="text/javascript"> ...
2 Jun 8, 2009
3:34 pm

Douglas Crockford
douglascrock...
Send Email

Last month, I announced the web_send library on this list: http://tech.groups.yahoo.com/group/json/message/1250 When hosted by your server, the web_send...
1 Jun 1, 2009
1:10 pm

Tyler Close
tjclose
Send Email

(it was a direct message, I have copied and pasted here as well) Good afternoon Mr Douglas Crockford, I wonder if you have seen already my latest JSON related...
8 May 29, 2009
5:23 pm

Tatu Saloranta
cowtowncoder
Send Email

I guess yajl-ruby hasn't been announced on this list, so here goes... Brian Lopez has been feverishly working on ruby bindings for yajl, and has reported some...
1 May 14, 2009
3:43 pm

lhilaiel
Send Email

Hi, I am pleased to announce you the availability of a novel free library for JavaScript, called myPatterns/JS, implementing pattern matching in JSON and other...
1 May 11, 2009
10:23 pm

nic.volanschi
Send Email

Hi, I'm developing a web front-end to our student database and I'd like to let the users specify what fields they want in their view and be able to filter and...
4 May 11, 2009
9:52 pm

nic.volanschi
Send Email

I'm proud to announce that MJSON v1.1 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
1 May 7, 2009
11:12 pm

rui.maciel
Send Email

The web_send library provides a concise and expressive API for interacting with arbitrary JSON resources from the web browser. When used from the Firebug...
3 May 7, 2009
6:47 pm

Tyler Close
tjclose
Send Email

Hey everyone, Just wanted to announce my new ruby C bindings to Yajl creatively called: yajl-ruby ;) The sources are up on Github for now at...
1 May 6, 2009
2:36 am

Brian Lopez
gislobber
Send Email

Hi all, I have been working on a new JSON Parser for FLEX. Called JSWOOF. The Library is fully complient with the JSON spec. and has been fully optimized for...
5 Apr 29, 2009
7:23 pm

W
wain_mike
Send Email

I thought this is interesting; as per these entries: ...
3 Apr 28, 2009
5:23 pm

Tatu Saloranta
cowtowncoder
Send Email

One thing that is currently missing (AFAIK) from JSON stack is the equivalent of useful parts of W3C Schema ("xml schema"). I know there is a JSON Schema...
8 Apr 28, 2009
5:56 am

Tatu Saloranta
cowtowncoder
Send Email

I have recently adapted a VBA Excel macro that parses multidimensional JSON data (ie it deals with arrays and objects in the data), fixed some parsing bugs and...
1 Apr 19, 2009
5:04 am

mikeglaser@...
mikeglaser...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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