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...
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
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
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...
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
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...
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
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...
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
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
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
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...
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
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...
1411
Kris Zyp
kriszyp
Dec 5, 2009 5:10 am
For those interested, JSON Schema has been submitted as an Internet Draft to the IETF: http://tools.ietf.org/html/draft-zyp-json-schema-01 -- Kris Zyp SitePen...
1412
Wayne
wain_mike
Dec 5, 2009 5:40 pm
Hi all, The latest version of jswoof has finally gone live. But its far from an update its a complete rewrite. enabling it to acheive speeds 3x faster than...
1413
Douglas Crockford
douglascrock...
Dec 10, 2009 5:24 am
The server at JSON.org is getting hammered. It turns out that there are some sites that are linking directly to json2.js instead of dispensing it from their...
1414
brianmario
gislobber
Dec 10, 2009 5:32 am
Any interest in moving your code to an account on Github? Might also help with people's desire for versioned-versions of your various code currently hosted...
1415
Douglas Crockford
douglascrock...
Dec 13, 2009 1:00 am
There is more information at http://www.stevesouders.com/blog/2009/12/10/crockford-alert/ and...
1416
Wayne
wain_mike
Dec 13, 2009 5:32 pm
Hi All, Jswoof tiny has now been re-built using the new jswoof v1.12 core library. As usual you can get the jswoof from http://www.waynemike.co.uk/jswoof ...
1417
Andrea Giammarchi
an_red...
Dec 13, 2009 6:12 pm
Douglas, I think this move was brilliant, but as I have twitted, I wonder how many devs wrote a: window.alert = function(){}; before including external...
1418
Douglas Crockford
douglascrock...
Dec 13, 2009 6:38 pm
... The point I was making was that if you care about reliability, security, and performance, then you shouldn't load scripts directly from third party...
1419
Philip Tellis
philiptellis
Dec 13, 2009 7:18 pm
2009/12/14 Douglas Crockford <douglas@...> ... I think he's suggesting that the people who need to get the point may not actually get it - they'll...
1420
Andrea Giammarchi
an_red...
Dec 14, 2009 12:49 am
Just to underline another thing: ... reliability ... they are including the de facto official JSON library for JavaScript security ... they trust your...
1421
Andrea Giammarchi
an_red...
Dec 14, 2009 12:52 am
If you go in YUI 3 Configurator the Result page provides a script to copy and paste to include remotely the library. ...
1422
Leen Besselink
leen@...
Dec 14, 2009 11:36 am
... Hi Andrea, I think you are forgetting that the (current) json.org website is probably just a shared-hosting account. So that probably means it's not as...
1423
nostalgiker
Dec 17, 2009 7:51 am
i noticed that this works with the native JSON object in FF3.5.5 JSON.parse(["true"]) but with the json2.js this throws an error. which one is the intended...
1424
Fredag_d13
Dec 17, 2009 10:41 am
I guess that json2.js is supposed to work on Json-Text and not java arrays with json-text. You could do this instead: JSON.parse(39;["true"]');...
1425
nostalgiker
Dec 17, 2009 10:51 am
okay, i figured that out ;) bwt it's a plain javascript array, not java. but i was actually wondering why IE8 and FF3.5+ allow this with their native JSON...
1426
Alexandre Morgaut
alexandre_mo...
Dec 17, 2009 11:12 am
JavaScript provides automatic type conversions on a lot of action So if you do var foo = ["bar"] + " baz"; ["bar"] will be converted into "bar" and you'll have...