{"age":35} {"age":"35"} Are both legal JSON, but very different objects. Â In the first, age is the number 35, the second is a string with characters '3' and...
1625
gtcul
Mar 28, 2011 9:15 pm
Hi All, I'm sure this has been asked before but I cannot find it here, so here is my question Is there a simple way to convert/deserialize and JSON object into...
1626
Tatu Saloranta
cowtowncoder
Mar 28, 2011 9:21 pm
On Mon, Mar 28, 2011 at 2:15 PM, gtcul ... You are better of using a package that does data binding, such as Jackson or GSON. -+ Tatu +-...
1627
Petri Lehtinen
akhern...
Apr 1, 2011 6:03 pm
Jansson 2.0.1 is out. This release fixes a few bugs, some of them major and some minor. The most important bug fixes are: * Fix strict key checking in...
1628
Andrea Giammarchi
an_red...
Apr 3, 2011 12:49 pm
This is mainly for Mr D and it's about json2.js ( probably the sans eval as well ) If I create an object through a VBScript class definition and this object ...
1629
Douglas Crockford
douglascrock...
Apr 3, 2011 1:16 pm
... I am happy that you were able to get it working, but I have to tell you, I have absolutely no interest in supporting VBScript or typeof unknown. I have a...
1630
Andrea Giammarchi
an_red...
Apr 4, 2011 1:37 pm
Me too, unfortunately that crap may be useful to create HTML5 shims due getters/setters possibility: e.g. Objet.create, localStorage with direct property...
1631
jonathan wallace
ninja9578
Apr 5, 2011 9:41 pm
Since I've received a number of requests for more security options in libjson, I'm in the process of adding them and I have two questions regarding the default...
1632
M. Gholam
mehdigholam...
Apr 6, 2011 3:40 am
I have set nest depth to 10 but I'm checking object structures in fastJSON for .net which seems more than enough. Size limit is tricky as you might have to...
1633
Douglas Crockford
douglascrock...
Apr 13, 2011 1:16 pm
The JSON page is now available in Serbian, thanks to Dragan Sretenović. http://json.org/json-sr.html...
1634
Stephan Beal
stephan.beal
Apr 22, 2011 1:16 pm
Hi, all! i thought one or two of you might find a use for this: http://fossil.wanderinghorse.net/repos/cson/index.cgi/wiki/select-to-json It's a small C app...
1635
Paul C. Bryan
paul.bryan@...
Apr 23, 2011 4:53 pm
I've published an informational Internet-Draft for JSON Patch, a proposed structure for specifying partial modifications to JSON documents. You can see it at: ...
1636
Paul C. Bryan
paul.bryan@...
Apr 25, 2011 3:27 pm
On Sun, 2011-04-24 at 18:37 -0600, Kris Zyp wrote (in response to an ... Point taken. In an iteration prior to publishing draft 00, I actually had a "replace"...
1637
jkrogsboell
Apr 25, 2011 4:56 pm
Hi Paul, First, I like the idea of updating a json document with a json document containing change and from my point of view you almost got it right :). My...
1638
Dragan
dragansr
Apr 29, 2011 2:32 am
Is there some spec for XML - JSON bi-directional conversion? I have observed a few tools that have this feature, including JSON-java by Douglas Crockford ...
1639
Tatu Saloranta
cowtowncoder
Apr 29, 2011 12:08 pm
... There are multiple conventions for doing this, such as Badgerfish. Main question is "why", that is, what is the reason for using such conversions: mostly...
1640
stephen.mckamey
Apr 29, 2011 4:24 pm
This "impedance mismatch" has been a source of a lot of solutions with various trade-offs. One of the first encodings is called BadgerFish which uses an '@'...
1641
John Cowan
johnwcowan
Apr 29, 2011 6:18 pm
... I'd like to push for JsonML being the official JSON-syntax representation of the MicroXML data model, since they match perfectly: an element has a name,...
1642
uriel.chemouni
May 16, 2011 10:16 am
Hi I have recently published my Json API. Features test: http://code.google.com/p/json-smart/wiki/FeaturesTests Benches test: ...
1643
Petri Lehtinen
akhern...
May 16, 2011 10:46 am
... It seems you have implemented your own data format that you call "smaller JSON data". It's wrong to call this format JSON as it violates the JSON spec in...
1644
marsdenjw
May 16, 2011 11:13 am
Wow, JSONiJ sucks. Regards, John (Developer, JSONiJ)...
1645
uriel.chemouni
May 16, 2011 11:43 am
Each test has a tag, to show if the test is a standard test, or not. I have to add this information in my wiki page. The score line is incremented by 100 by...
1646
Uriel Chemouni
uriel.chemouni
May 16, 2011 1:26 pm
I have change features test page, and separate standard and non-standard Tests. thanks for this comments.. ... [Non-text portions of this message have been...
1647
Tatu Saloranta
cowtowncoder
May 16, 2011 3:53 pm
On Mon, May 16, 2011 at 3:16 AM, uriel.chemouni ... Performance test section could surely use some work. It tells very little, but makes big unsubstantiated...
1648
uriel.chemouni
May 16, 2011 4:41 pm
Hi Tatu, ... I can publish (I'm not shure) a working copy of the benching software, due to dépendances licence. However I have just upload the full benchmark...
1649
Tatu Saloranta
cowtowncoder
May 16, 2011 7:37 pm
On Mon, May 16, 2011 at 9:41 AM, uriel.chemouni ... Great, thanks! ... Yes, this makes big difference. Usually relative short amount of time works ok (like 5...
1650
Stephan Beal
stephan.beal
May 16, 2011 7:53 pm
... If you'll make the columns of type TEXT, the stored JSON can have any size. i use this in a wiki back-end which stores pages in JSON form. -- ... ...
1651
marsdenjw
May 17, 2011 1:14 am
Hello Uriel, I think benchmarking is a great way to compare the frameworks (and motivate lazy developers like myself who never finish anything). I run the...
1652
uriel.chemouni
May 17, 2011 8:02 am
This table is more than 150 000 000 lines long, switching to text will dramatically impact performances, and disk usage....