Jansson v1.1.3 is out. This is a bug fix release in the 1.1 release series. Changes since v1.1.2: * Encode reals correctly, so that first encoding and then...
1428
Fredag_d13
Dec 20, 2009 11:28 am
Hi JSON fans I'm currently creating a project where I need a JSON parser in Java. There's no lack of Java JSON-parsers at json.org, in fact there's 18...
1429
Wayne
wain_mike
Dec 23, 2009 10:24 pm
Hi all, The first port of jswoof has now been uploaded. You can now get jswoof for c#. You can download the beta from: http://www.waynemike.co.uk/jswoof/csharp...
1430
Henri Gourvest
hgourvest
Dec 25, 2009 1:18 pm
I just found an interesting json validator "Orderly is a textual format for describing JSON. Orderly can be compiled into JSONSchema. It is designed to be easy...
1431
Wayne
wain_mike
Jan 1, 2010 10:06 pm
Hi all, The jswoof website has now been updated to reflect all changes that have recently been made to the library. Work is also under on the C# version of the...
1432
Wayne
wain_mike
Jan 3, 2010 3:09 pm
Hi all. Jswoof version 1.13 is ready for download. Its contains a new clause in the parseObject function that throws an exception if no key is present. as...
1433
nostalgiker
Jan 4, 2010 1:11 pm
... i realize this is mailinglist is about json2.js. but i was wondering why firefox allows passing an array and json2.js not. and which one is the "correct"...
1434
Fredag_d13
Jan 4, 2010 2:35 pm
According to this page: http://www.west-wind.com/weblog/posts/729630.aspx, the native implementation is based upon the interface of json2.js. In fact you...
1435
Luke
y_lsmith
Jan 5, 2010 5:16 pm
Neither are correct. The ECMAScript 5 spec states the first step of JSON.parse is to call ToString( text ). That means JSON.parse(["true"]); should be...
1436
nostalgiker
Jan 7, 2010 12:07 pm
... thank you, that was the answer is was looking for. should have checked the spec......
1437
nostalgiker
Jan 7, 2010 12:16 pm
is mr.crockford reading this list? imo this is then a bug in json2.js since JSON.parse(['true39;]) fails in his implementation but it should behave like ecma5's...
1438
Douglas Crockford
douglascrock...
Jan 7, 2010 1:44 pm
... JSON.parse wants to be called with a string. If you call it with anything else, you get what you deserve. I don't recommend reliance on the edge cases....
1439
Fredag_d13
Jan 7, 2010 6:59 pm
I believe that the EMCAScript standard should be changed. On page 212 in http://www.ecmascript.org/docs/tc39-2009-043.pdf ECMA specifies the JSON-grammar, but...
1440
Fredag_d13
Jan 7, 2010 7:06 pm
Wait a minute - ignore my last advice. That would probably give you escaped characters instead of what you want. Just dont feed parsers anything but plain...
1441
Fredag_d13
Jan 7, 2010 7:07 pm
Wait a minute - ignore my last advice. That would probably give you escaped characters instead of what you want. Just dont feed parsers anything but plain...
1442
Wayne
wain_mike
Jan 14, 2010 9:22 pm
Hi all the jswoof website has been updated with a new jswoof mailing list. For those of you who use and follow jswoof you will know that updates are fast and...
1443
glanca
Jan 18, 2010 9:39 pm
I'm using the JSON_Parser C library on one end and the org.json Java library on the other and they don't agree on the encoding for the floating point value...
1444
John Cowan
johnwcowan
Jan 18, 2010 9:54 pm
... If that remark were interpreted literally, then 0 would not be a valid JSON number, which is absurd. In context, it clearly means that if the integer part...
1445
Douglas Crockford
douglascrock...
Jan 18, 2010 9:56 pm
... 0.625 a correct JSON number, and is accepted by org.json.JSONObject and by json2.js....
1446
glanca
Jan 19, 2010 8:24 pm
... right. ... Thanks for the quick feedback guys. Looking further in to what the org.json Java library is doing reveals this comment: /* * If it might be a...
1447
Petri Lehtinen
akhern...
Jan 21, 2010 8:23 pm
Jansson v1.2 is out. This release contains new features and a few bug fixes. Changes since v1.1.3 ... * New functions: - json_equal(): Test whether two JSON...
1448
Kris Zyp
kriszyp
Jan 28, 2010 4:07 am
I just was curious if there was any interest in IETF JSON working group. As I understand it, without a JSON working group any JSON-based specification that...
1449
Mark Joseph
markjoseph_sc
Jan 28, 2010 4:15 am
If you go the IETF route then the meaning of JSON can change by committee. The group can decide what JSON really is. I have worked in a few of these and...
1450
Wayne
wain_mike
Jan 31, 2010 3:34 pm
Hi all. The jswoof website has been updated. To include C# class documentation A few typos have also been fixed. http://www.waynemike.co.uk/jswoof/csharp You...
1451
Arthur Blake
blakesys
Jan 31, 2010 11:57 pm
I would recommend the one written by the master himself... http://www.json.org/java/index.html <http://www.json.org/java/index.html>It39;s not perfect-- but more...
1452
Gregg Irwin
greggirwin143
Feb 1, 2010 11:40 pm
The REBOL %json.r script on json.org has been updated. The new version fixes a naive escaping problem. It's also available on REBOL.org. --Gregg...
1453
Jonas Krogsbøll
Fredag_d13
Feb 2, 2010 7:42 am
Thank you for your response. That might be my choice. All though navigation cannot be done with path arguments, I can implement that myself. ... -- Jonas...
1454
Jonas Krogsbøll
Fredag_d13
Feb 2, 2010 7:59 am
Having looked at some implementations - Jackson ( http://jackson.codehaus.org/) would suit my needs much better. Also FlexJSON looks interesting - will have to...
1455
Wayne
wain_mike
Feb 6, 2010 6:34 pm
Jswoof extensions finally finished and uploaded. jswoof extensions, allow new features to be bolted on to the jswoof library without clogging up the...
1456
Wayne
wain_mike
Feb 8, 2010 8:45 am
Hi all, Just a quick post. Jswoof tiny has also been updated to support [JSWEXT] jswoof extensions http://www.waynemike.co.uk/jswoof you can also follow jswoof...