Me too, unfortunately that crap may be useful to create HTML5 shims due getters/setters possibility: e.g. Objet.create, localStorage with direct property...
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...
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...
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"...
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...
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 ...
... 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...
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 '@'...
... 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,...
... 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...
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...
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...
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...
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...
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...
... 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. -- ... ...
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...
Hi! I am trying to get an answer to what must be JSON-question number two, but apparently, the answer to my question is too obvious to be included in the Q&As...
On Thu, May 19, 2011 at 6:47 AM, jonerlandmadsen ... I think perhaps your problem is not a JSON problem per se, which may be why you're having some trouble...
On Thu, May 19, 2011 at 3:47 PM, jonerlandmadsen < ... Nope. JSON is a subset of JavaScript and eval() runs the JavaScript which is passed to it. The extra...
... Thank you for your kind answer, but it does not address my problem: How to get the external json array into a text string (that can then be parsed)....
Here are several patterns I often use which may help you *If the list data is available at the time your server is returning the rest of the page content * ...