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
Messages 1381 - 1410 of 1953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1381 Tatu Saloranta
cowtowncoder Send Email
Sep 14, 2009
8:04 pm
... 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...
1382 Mark Joseph
markjoseph_sc Send Email
Sep 14, 2009
8:36 pm
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...
1383 Mark Joseph
markjoseph_sc Send Email
Sep 14, 2009
8:56 pm
... *************************************** My Response: The the code that generates JSON output detects an array in the DOM tree and generates a JSON array...
1384 Shalab Goel
duhita Send Email
Sep 14, 2009
9:23 pm
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 ...
1385 Andrea Giammarchi
an_red... Send Email
Sep 14, 2009
9:24 pm
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...
1386 Mark Joseph
markjoseph_sc Send Email
Sep 14, 2009
9:47 pm
********************************** From: Shalab Goel [mailto:goel.shalab@...] To: json@yahoogroups.com Sent: Mon, 14 Sep 2009 14:23:34 -0700 Subject: Re:...
1387 Tatu Saloranta
cowtowncoder Send Email
Sep 14, 2009
10:23 pm
... 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...
1388 Tatu Saloranta
cowtowncoder Send Email
Sep 14, 2009
10:35 pm
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. ...
1389 Mark Joseph
markjoseph_sc Send Email
Sep 14, 2009
10:36 pm
******************************************************* Ok. So DOM tree does have extra metadata that indicates this "array-ness". I assumed that DOM tree...
1390 Andrea Giammarchi
an_red... Send Email
Sep 15, 2009
12:25 am
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 ...
1391 Mark Joseph
markjoseph_sc Send Email
Sep 16, 2009
4:29 pm
Handling XML attributes when converting to JSON: ************************************** <attribute a2="v2">value2</attribute> will be ...
1392 stephen.mckamey Send Email Sep 17, 2009
3:20 pm
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....
1393 rubao
diegorrborges Send Email
Sep 17, 2009
4:21 pm
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...
1394 Fredag_d13 Send Email Sep 17, 2009
6:52 pm
... 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...
1395 Diego Roberto
diegorrborges Send Email
Sep 17, 2009
7:46 pm
Thank you for your attention. Reading the documentation could utilizare "eval" that solved my problem. Thank you. 2009/9/17 Fredag_d13 <jonas@...> ...
1396 deadpixi.software
deadpixi.sof... Send Email
Sep 30, 2009
5:50 pm
Hello everyone, New versions of Jenner, Esel, and Kouprey are available. Jenner (http://www.deadpixi.com/jenner) is a completely in-browser template engine...
1397 Douglas Crockford
douglascrock... Send Email
Oct 1, 2009
12:39 pm
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...
1398 Andrea Giammarchi
an_red... Send Email
Oct 1, 2009
1:29 pm
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...
1399 Wayne
wain_mike Send Email
Oct 1, 2009
6:41 pm
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...
1400 izuzak Send Email Oct 8, 2009
10:13 am
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...
1401 Petri Lehtinen
akhern... Send Email
Oct 11, 2009
7:21 pm
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...
1402 rui.maciel Send Email Oct 18, 2009
4:29 pm
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...
1403 Petri Lehtinen
akhern... Send Email
Oct 21, 2009
8:19 pm
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...
1404 Wayne
wain_mike Send Email
Oct 23, 2009
7:18 pm
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....
1405 Petri Lehtinen
akhern... Send Email
Oct 27, 2009
7:10 am
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;...
1406 Wayne
wain_mike Send Email
Oct 31, 2009
1:52 pm
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...
1407 John David Duncan
jddefn Send Email
Nov 5, 2009
10:10 pm
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...
1408 tforster99 Send Email Nov 6, 2009
5:10 pm
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 ...
1409 Petri Lehtinen
akhern... Send Email
Nov 9, 2009
1:06 pm
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...
1410 Fredag_d13 Send Email Nov 15, 2009
3:16 pm
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...
Messages 1381 - 1410 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