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