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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

A while ago I wrote the JsonMe++ wrapper library. Currently a wrapper for the parsing part of the glib JSON C library. https://github.com/pibara/jsonme-- ...
4 Feb 20, 2012
6:53 pm

John Cowan
johnwcowan
Send Email

Hey Guys, I am currently working on what I hope to be a 1:1 binary JSON specification (no custom data types supported like BSON or BJSON, just binary...
76 Feb 20, 2012
5:55 pm

Tatu Saloranta
cowtowncoder
Send Email

JASON is just like JSON, but unlike JSON it can: serialize objects with methods serialize objects with cyclic references understand Dates, Regexps, Booleans,...
1 Feb 3, 2012
2:42 pm

JorgeChB
george_of_th...
Send Email

Hi I have recently published my Json API. Features test: http://code.google.com/p/json-smart/wiki/FeaturesTests Benches test: ...
18 Feb 2, 2012
5:07 am

Mark Joseph
markjoseph_sc
Send Email

Jansson 2.3 has been released. This release adds new features and fixes some minor bugs and documentation issues. Highlights: - Add json_object_foreach() for...
1 Jan 28, 2012
11:15 am

Petri Lehtinen
akhern...
Send Email

I'm hoping someone can help explain the rationale behind a couple of points in the JSON specification: 1. 8bit content-transfer-encoding for UTF-8 RFC 4627:...
9 Jan 4, 2012
7:00 pm

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

{"hello":"bson";} \x15 \x00 \x00 \x00 \x02 h e l l o \x00 \x05 \x00 \x00 \x00 b s o n \x00 \x00 I already read from this link :...
2 Dec 12, 2011
4:40 am

Tatu Saloranta
cowtowncoder
Send Email

I quickly submitted another JSON Patch Internet-Draft, now posted here: http://tools.ietf.org/html/draft-pbryan-json-patch-04 It now provides a usage example...
5 Dec 5, 2011
6:10 pm

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

I've submitted the latest JSON Patch Internet-Draft, posted here: http://tools.ietf.org/html/draft-pbryan-json-patch-03 It includes new "move" and "test"...
1 Dec 4, 2011
11:58 pm

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

I've posted the third draft of the JSON Patch Internet-Draft to the IETF: http://tools.ietf.org/html/draft-pbryan-json-patch-02 It should address all of the...
4 Dec 3, 2011
5:26 pm

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

Hello, I was sent a message on sourceforge a while ago about someone doing a benchmark test of the most popular c++ json libraries.   He compared json_spirit...
3 Nov 25, 2011
12:57 am

jonathan wallace
ninja9578
Send Email

Dear all, Recently I released an open-source (MIT license) project, rapidjson, a C++ JSON parser/generator with both SAX/DOM-style API. ...
4 Nov 21, 2011
5:49 pm

Milo Yip
miloyip
Send Email

How to define table with json like MySQL?...
2 Nov 18, 2011
10:32 am

Stephan Beal
stephan.beal
Send Email

{ "judul" : "DOD keren", "type" : "Artikel", "isi" : "ini tentang DOD blablabla blabalablbal", "tanggal" : "2011/02/08"}, "komentar"; : { [ { "isi": "artikelnya...
4 Nov 12, 2011
12:48 pm

Suresh Poonepalle
poonepalles
Send Email

Hi, I have juste release a new version of json-smart. This version fixe some ugly Exception that may occur with oldest version. User's feedback are welcome...
1 Oct 25, 2011
8:43 am

uriel.chemouni
Send Email

I've quickly turned-around and submitted a third draft of the JSON Pointer Internet-Draft to the IETF: ...
1 Oct 21, 2011
3:32 pm

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

I've posted the second draft of the JSON Pointer Internet-Draft to the IETF: http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-01 It should address all...
3 Oct 21, 2011
10:18 am

Stephan Beal
stephan.beal
Send Email

I'm using the following C# code to do a POST to a php server. DataContractJsonSerializer ser = new DataContractJsonSerializer(rbnData.GetType()); MemoryStream...
4 Oct 19, 2011
11:27 pm

dickwmsinnc
Send Email

hi there In case you are interested, I just posted a small package to load/save JSON formatted data in MATLAB and GNU Octave. The project homepage is located...
1 Oct 17, 2011
8:43 pm

Qianqian Fang
fangqq
Send Email

Hello, JSON Groups Members! As I already mentioned, I recently finished analysing some large number of JSON libraries linked from json.org about the data...
3 Oct 10, 2011
3:42 pm

Dave Gamble
signalzerodb
Send Email

As a result of having to write a C++ program that had to parse JSON on an Ubuntu distribution with a pre property-tree version of boost, I wrote a C++ wrapper...
1 Oct 6, 2011
10:51 pm

Rob Meijer
polacanthus01
Send Email

Jansson 2.2.1 is out. This release fixes a major bug and little documentation and style issues. The bug had to do with locales: Jansson's encoder and decoder...
1 Oct 6, 2011
6:55 pm

Petri Lehtinen
akhern...
Send Email

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