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

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 1381 - 1410 of 1410   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
1410
Hi JSON-fans PL/JSON is a JSON-implementation written in PL/SQL for Oracle. Since no bugs has been found in more than a month, I have changed the project...
Fredag_d13
Offline Send Email
Nov 15, 2009
3:16 pm
1409
Jansson v1.1.2 is out. This is a bug fix release in the 1.1 release series. Changes since v1.1.1: * Fix a bug where an error message was not produced if the...
Petri Lehtinen
akhern...
Offline Send Email
Nov 9, 2009
1:06 pm
1408
Hello everyone, Are any of you still supporting legacy ASP Classic systems? If so you maybe interested in json2.asp (originally called json4asp). It's a ...
tforster99
Offline Send Email
Nov 6, 2009
5:10 pm
1407
Hi folks, mod_ndb 1.1 is now available at http://code.google.com/p/mod-ndb mod_ndb is an interface to MySQL Cluster that runs inside an apache web server. It...
John David Duncan
jddefn
Offline Send Email
Nov 5, 2009
10:10 pm
1406
Hi all, Jswoof-Tiny Version 1.01 has been released. I have also fixed the zip folder for version 1.00 as it had gotten corrupted somehow. As usual you can...
Wayne
wain_mike
Offline Send Email
Oct 31, 2009
1:52 pm
1405
Jansson v1.1.1 is out. This release only fixes a few packaging issues with v1.1. Changes since v1.1: * All documentation files were not distributed with v1.1;...
Petri Lehtinen
akhern...
Offline Send Email
Oct 27, 2009
7:10 am
1404
Jswoof version 1.10 has been released. You can grab the zip from the jswoof website as usual. http://www.waynemike.co.uk/jswoof Regards Wayne IV Mike....
Wayne
wain_mike
Offline Send Email
Oct 23, 2009
7:18 pm
1403
Jansson v1.1 is out. This release contains many new features and some bugfixes, and retains API compatibility with the 1.0 series. Changes since v1.0.4: * API...
Petri Lehtinen
akhern...
Offline Send Email
Oct 21, 2009
8:19 pm
1402
I'm proud to announce that MJSON v1.2 has been released! M's JSON parser, a small, lightweight FLOSS library that handles documents written in the JSON data...
rui.maciel
Offline Send Email
Oct 18, 2009
4:29 pm
1401
Jansson v1.0.4 is out. This is a bugfix release in the 1.0 release series. Changes since v1.0.3: * Relax Autoconf version requirement to 2.59 * Make Jansson...
Petri Lehtinen
akhern...
Offline Send Email
Oct 11, 2009
7:21 pm
1400
Hi all, Over at the JSON-RPC group I announced a new JSON related project [1] so I'll give just a short overview here. Pmrpc is a inter-window cross-domain...
izuzak
Offline Send Email
Oct 8, 2009
10:13 am
1399
Hi all, JSwoof tiny has finally been released. For those of you who do not want to be tied into the FLEX framework. Or have size limitations to deal with. It...
Wayne
wain_mike
Offline Send Email
Oct 1, 2009
6:41 pm
1398
Douglas, can I put my name in your Business Card? :D Btw, specially the gray scale one looks really good, congrats. Regards P.S. do you sell outside USA as...
Andrea Giammarchi
an_red...
Offline Send Email
Oct 1, 2009
1:29 pm
1397
There have been many requests for JSON t-shirts. So I have made a couple of designs available at http://www.zazzle.com/douglascrockford/products...
Douglas Crockford
douglascrock...
Offline Send Email
Oct 1, 2009
12:39 pm
1396
Hello everyone, New versions of Jenner, Esel, and Kouprey are available. Jenner (http://www.deadpixi.com/jenner) is a completely in-browser template engine...
deadpixi.software
deadpixi.sof...
Offline Send Email
Sep 30, 2009
5:50 pm
1395
Thank you for your attention. Reading the documentation could utilizare "eval" that solved my problem. Thank you. 2009/9/17 Fredag_d13 <jonas@...> ...
Diego Roberto
diegorrborges
Offline Send Email
Sep 17, 2009
7:46 pm
1394
... If your server string contains a json-object then parse it to an object, if its a json-array then parse it into an array. Pick a JSON-implementation at...
Fredag_d13
Offline Send Email
Sep 17, 2009
6:52 pm
1393
Hi, I am developing an application with GIS and a hand me the server returns a string containing a JSON object. I need to go through this object to separate...
rubao
diegorrborges
Offline Send Email
Sep 17, 2009
4:21 pm
1392
The encoding used by JsonML <http://jsonml.org> isn't prioritized to be "pretty" or even really encoded by humans. It is intended to be compact and loss-less....
stephen.mckamey
Offline Send Email
Sep 17, 2009
3:20 pm
1391
Handling XML attributes when converting to JSON: ************************************** <attribute a2="v2">value2</attribute> will be ...
Mark Joseph
markjoseph_sc
Offline Send Email
Sep 16, 2009
4:29 pm
1390
just use a non valid attribute name as JSON property, so you won't have ambiguity in the parser. <attribute a2="v2">value2</attribute> will be ...
Andrea Giammarchi
an_red...
Offline Send Email
Sep 15, 2009
12:25 am
1389
******************************************************* Ok. So DOM tree does have extra metadata that indicates this "array-ness". I assumed that DOM tree...
Mark Joseph
markjoseph_sc
Offline Send Email
Sep 14, 2009
10:36 pm
1388
On Mon, Sep 14, 2009 at 1:33 PM, Andrea Giammarchi ... Unfortunately, no. I am specifically referring to XML inability to contain control characters like 0xA. ...
Tatu Saloranta
cowtowncoder
Offline Send Email
Sep 14, 2009
10:35 pm
1387
... Ok. So DOM tree does have extra metadata that indicates this "array-ness". I assumed that DOM tree itself had no knowledge of this, given that SAX API...
Tatu Saloranta
cowtowncoder
Offline Send Email
Sep 14, 2009
10:23 pm
1386
********************************** From: Shalab Goel [mailto:goel.shalab@...] To: json@yahoogroups.com Sent: Mon, 14 Sep 2009 14:23:34 -0700 Subject: Re:...
Mark Joseph
markjoseph_sc
Offline Send Email
Sep 14, 2009
9:47 pm
1385
I do not get all these problems ... first of all I expect that JSON to XML will parse JSON first and then create XML via proper namespace/libarry and character...
Andrea Giammarchi
an_red...
Offline Send Email
Sep 14, 2009
9:24 pm
1384
Thank you for all the responses. I guess there were two parts to it. I was specifically interested in your insights on a XML element with both text and ...
Shalab Goel
duhita
Offline Send Email
Sep 14, 2009
9:23 pm
1383
... *************************************** My Response: The the code that generates JSON output detects an array in the DOM tree and generates a JSON array...
Mark Joseph
markjoseph_sc
Offline Send Email
Sep 14, 2009
8:56 pm
1382
But one thing I didn't see mentioned was the the question of mapping JSON arrays (it does mention use of "JSON-document” as dummy name for outermost JSON...
Mark Joseph
markjoseph_sc
Offline Send Email
Sep 14, 2009
8:36 pm
1381
... Right, I did skim through it, it's just that article is omitting a few details. The basic idea of exposing JSON as SAX events is of course simple (and...
Tatu Saloranta
cowtowncoder
Offline Send Email
Sep 14, 2009
8:04 pm
Messages 1381 - 1410 of 1410   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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