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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1373 - 1402 of 1958   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
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...
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...
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...
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...
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...
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...
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...
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@...> ...
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...
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...
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....
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 ...
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 ...
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...
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. ...
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...
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:...
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...
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 ...
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...
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...
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...
1380 Mark Joseph
markjoseph_sc Send Email
Sep 14, 2009
7:47 pm
So the way the system works is that our JSON parser is called from a plugin to our DOM parser. That plugin calls the DOM parser API that creates nodes in the...
1379 Tatu Saloranta
cowtowncoder Send Email
Sep 14, 2009
7:38 pm
... Does this (JSON -> xml events) work with any JSON input? Aside from some cases that should be impossible (JSON content can include character content that...
1378 Andrea Giammarchi
an_red... Send Email
Sep 14, 2009
7:32 pm
er, me too in the precedent link there is a demo: http://www.3site.eu/JXON/ I guess my spec is simple: <element> Boolean = <boolean>true|false</boolean> Date =...
1377 Andrea Giammarchi
an_red... Send Email
Sep 14, 2009
7:32 pm
In taht way you are loosing data type. If interested, this is not that standard but kinda an easy spec to follow (plus a script) ...
1376 Tatu Saloranta
cowtowncoder Send Email
Sep 14, 2009
7:31 pm
... Perhaps I should have worded it as "try to allow...". And that they do it with varying level of success -- as you point out, badgerfish fails for that...
1375 Mark Joseph
markjoseph_sc Send Email
Sep 14, 2009
6:20 pm
To do the XML to JSON conversion I use our XSLT (which can also go the other way as well) <xsl:output method=’json’/> ...
1374 Jakob Kruse
thekrucible Send Email
Sep 14, 2009
5:39 pm
instead of "the" standard, there however multiple competing standard proposals [] that do allow converting any XML content into well-formed []...
1373 Tatu Saloranta
cowtowncoder Send Email
Sep 14, 2009
4:50 pm
... It depends on what you'd expect to get out of it, but I think the answer is no: there is nothing obvious and standard. It really depends on meaning of data...
Messages 1373 - 1402 of 1958   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