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: 593
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? 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.

Messages

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

Dear group, I'm a firmware developer on small embedded platform. Until now, I used to read/write the in-memory configuration C structures (with padding bytes)...
6 Sep 21, 2011
10:10 pm

Mark Joseph
markjoseph_sc
Send Email

The JSON page is now available in Danish, thanks to Michael Kramer. http://json.org/json-da.html...
1 Sep 9, 2011
1:36 pm

Douglas Crockford
douglascrock...
Send Email

Silicon Valley Codecamp is a free software development conference held at Foothill College in Los Altos, California. I will be presenting there again this...
2 Sep 6, 2011
5:36 pm

Douglas Crockford
douglascrock...
Send Email

Jansson 2.2 is out. This release adds a new encoding function and fixes some minor bugs and documentation glitches. The new encoding function,...
1 Sep 3, 2011
10:28 am

Petri Lehtinen
akhern...
Send Email

I noticed there was a small gap on json.org - there are no libraries intended for shell script processing. So I wrote one. http://kmkeen.com/jshon/ Jshon...
3 Aug 12, 2011
10:02 pm

Stephan Beal
stephan.beal
Send Email

I got a ton of requests for some security features, so I added DoS attack detection and prevention, also made it faster and fixed some bugs. ...
1 Jul 15, 2011
2:06 pm

jonathan wallace
ninja9578
Send Email

Hi all, After reading up and using most the major Java JSON libraries, I thought I could do something better (at least for needs similar to my own's) and here...
1 Jun 14, 2011
6:49 pm

lambdacreations
Send Email

Jansson 2.1 is out. This release adds a few new features and fixes some minor bugs. A new decoding function, json_loadb(), was added for decoding buffers with...
1 Jun 11, 2011
8:19 pm

Petri Lehtinen
akhern...
Send Email

The second draft of the JSON Patch proposal has been published: http://tools.ietf.org/html/draft-pbryan-json-patch-01 Feedback would be most appreciated. The...
1 Jun 9, 2011
6:08 pm

Paul C. Bryan
paul.bryan@...
Send Email

Hello, As there is no JSON standard for serializing the .net TimeSpan type, are there any suggestions? We could do the following: 1. TimeSpan -> long value...
3 Jun 9, 2011
1:53 pm

John Cowan
johnwcowan
Send Email

Hi! I am trying to get an answer to what must be JSON-question number two, but apparently, the answer to my question is too obvious to be included in the Q&As...
8 May 20, 2011
3:07 pm

kylealanhale
Send Email

The JSON.org page is now available in Romanian. Thanks to Chris Plutis for the translation....
1 May 19, 2011
6:44 am

Douglas Crockford
douglascrock...
Send Email

Is there some spec for XML - JSON bi-directional conversion? I have observed a few tools that have this feature, including JSON-java by Douglas Crockford ...
4 Apr 29, 2011
6:18 pm

John Cowan
johnwcowan
Send Email

I've published an informational Internet-Draft for JSON Patch, a proposed structure for specifying partial modifications to JSON documents. You can see it at: ...
3 Apr 25, 2011
4:56 pm

jkrogsboell
Send Email

Hi, all! i thought one or two of you might find a use for this: http://fossil.wanderinghorse.net/repos/cson/index.cgi/wiki/select-to-json It's a small C app...
1 Apr 22, 2011
1:16 pm

Stephan Beal
stephan.beal
Send Email

The JSON page is now available in Serbian, thanks to Dragan Sretenović. http://json.org/json-sr.html...
1 Apr 13, 2011
1:16 pm

Douglas Crockford
douglascrock...
Send Email

Since I've received a number of requests for more security options in libjson, I'm in the process of adding them and I have two questions regarding the default...
2 Apr 6, 2011
3:40 am

M. Gholam
mehdigholam...
Send Email

This is mainly for Mr D and it's about json2.js ( probably the sans eval as well ) If I create an object through a VBScript class definition and this object ...
3 Apr 4, 2011
1:37 pm

Andrea Giammarchi
an_red...
Send Email

Jansson 2.0.1 is out. This release fixes a few bugs, some of them major and some minor. The most important bug fixes are: * Fix strict key checking in...
1 Apr 1, 2011
6:03 pm

Petri Lehtinen
akhern...
Send Email

Hi All, I'm sure this has been asked before but I cannot find it here, so here is my question Is there a simple way to convert/deserialize and JSON object into...
2 Mar 28, 2011
9:21 pm

Tatu Saloranta
cowtowncoder
Send Email

Just as the subject suggests... Do you need to double quote numeric values to be valid JSON? JSONlint seems to validate the following string just fine:...
4 Mar 11, 2011
10:57 pm

jonathan wallace
ninja9578
Send Email

In RFC 4627, Section 3 Encoding, it states: "JSON text SHALL be encoded in Unicode. The default encoding is UTF-8." Unicode is defined as: The Unicode...
35 Mar 4, 2011
12:44 am

johne_ganz
Send Email

Is there any way to represent XSD as JSON (with the constraints intact)....
1 Mar 3, 2011
1:50 pm

cmbgoud
Send Email

Hello all, Huge optimizations again for fastJSON the .net implementations. http://www.codeproject.com/KB/IP/fastJSON.aspx Cheers,...
1 Mar 2, 2011
6:17 pm

mehdigholam@...
mehdigholam...
Send Email

Jansson 2.0 is finally out. This is a new major release that is (slightly) backwards incompatible with the older versions. Changes since v1.3 ... * Backwards...
1 Feb 28, 2011
7:31 pm

Petri Lehtinen
akhern...
Send Email

Hello all, Huge speed optimizations in fastJSON v1.4 now officially the fastest JSON on the .net platform. http://www.codeproject.com/KB/IP/fastJSON.aspx...
1 Feb 27, 2011
7:47 am

mehdigholam@...
mehdigholam...
Send Email

Hello all, Follow the link for my .net implementation. http://www.codeproject.com/KB/IP/fastJSON.aspx Cheers...
1 Feb 20, 2011
9:39 am

mehdigholam@...
mehdigholam...
Send Email

Since this is a group dedicated to JSON, I just thought I'd post a note about yet another Objective-C serializer / deserializer: JSONKit, available at...
1 Feb 13, 2011
1:05 am

johne_ganz
Send Email

Hello all, I just wanted to mention that a while ago I changed the name from libJSON to libjson, would you mind reflecting that on json.org? I added a ton of...
9 Feb 8, 2011
7:20 pm

Tatu Saloranta
cowtowncoder
Send Email

The JSON.org page currently lists 21 packages for Java. Will the Java community ever converge on one as some other language communities are doing?...
8 Jan 26, 2011
3:13 pm

codeWarrior
gregpatnude
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