Oh, that isn't special interpretation, that's just using keys your app doesn't check. ... -- Andrew Faulds (AJF) http://ajf.me/ [Non-text portions of this...
1857
Ben Atkin
vote_zaphod_...
Jul 10, 2012 8:15 pm
Outside of special interpretation of strings, there's only one change I can think of that JSON could make that many existing parsers would be forward...
1856
Andrew Faulds
ajfweb@...
Jul 10, 2012 8:13 pm
er, that was horribly malformed, but you get what I mean. ... -- Andrew Faulds (AJF) http://ajf.me/ [Non-text portions of this message have been removed]...
1855
Andrew Faulds
ajfweb@...
Jul 10, 2012 8:12 pm
It's all well and good creating eon, but nothing stops you doing this: { "$comment: by the way, don't use values < 2" "thing": 2, } ... -- Andrew Faulds (AJF) ...
1854
Ben Atkin
vote_zaphod_...
Jul 10, 2012 8:09 pm
The standard is respected in most places. Try adding comments and then using a common JSON parser (like the one in Firefox or Chrome) and you'll see an error....
1853
Jos de Jong
wjosdejong
Jul 10, 2012 8:04 pm
If you want a standard that is even easier to read for humans than JSON, then just use YAML <http://www.yaml.org/> or something like that (JSON is a subset of...
1852
Jos de Jong
wjosdejong
Jul 10, 2012 8:00 pm
Your propositions looks very clear. However, I think it is a bad idea to change JSON. JSON definitely has weak points (such as no predefined structure for a...
1851
Tatu Saloranta
cowtowncoder
Jul 10, 2012 7:57 pm
On Tue, Jul 10, 2012 at 12:55 PM, Borislav Iordanov ... For some perspective on this, one could consider fate of XML 1.1, which actually does not have this...
1850
Andrew Faulds
ajfweb@...
Jul 10, 2012 7:57 pm
It is a big deal, JSON is supposed to be a frozen and unchanging format. And if we change it, anything that accepts it is automatically broken, which is a very...
1849
Borislav Iordanov
lambdacreations
Jul 10, 2012 7:55 pm
... That's a valid argument, but is it such a big deal given that anything in software evolves and it's just natural to deal with versions? His proposition 1...
1848
Tatu Saloranta
cowtowncoder
Jul 10, 2012 7:52 pm
... I second this. If anyone wants to "modify" standard JSON, it is best done by proposing a new standard since there is no practical way of introducing...
1847
Andrew Faulds
ajfweb@...
Jul 10, 2012 7:36 pm
I don't think this is a good idea. One of the best things, if not the best, about JSON is the lack of a version number. The standard is frozen and will never...
1846
johnnys
jongyman
Jul 10, 2012 7:32 pm
I've published a web page with some propositions to modify JSON at http://json.marler.info <http://json.marler.info> I wanted to post this so I could see what...
1845
Ben
ben_souther
May 30, 2012 2:16 pm
Thanks to Dave Gamble, there is already a new version with a fix for a bug that caused an extra line-break to appear after closing quotes. There is also a...
1844
Ben
ben_souther
May 29, 2012 10:55 pm
Thanks, John, I'll remove the "no buffering" part from the description. BTW: I like your Open Source License Wizard. -Ben...
1843
John Cowan
johnwcowan
May 29, 2012 9:27 pm
... It actually does do stdio buffering; if it didn't, it would be dog-slow. -- Values of beeta will give rise to dom! John Cowan (5th/6th edition...
1842
Ben
ben_souther
May 29, 2012 7:47 pm
I've just released a small lightweight JSON formatter written in C. It doesn't try to validate. It doesn't buffer or call malloc making it suitable for being...
1841
Matthew Morley
mpcmtechnolo...
May 23, 2012 10:00 pm
... This is came up a while back, we were discussing streams of json over sockets/tcp, in relation to json-rpc streams here: ...
1840
Stephan Beal
stephan.beal
May 23, 2012 9:25 pm
... Wouldn't a standards-compliant (or sane?) parser stop reading at the end of the first object (implying that the first above is, strictly speaking, standard...
1839
Ken Woodruff
femto_one
May 23, 2012 9:10 pm
There seem to be a growing number of tools & packages around that implement some form of JSON streaming where multiple standard JSON objects are delimited by...
1836
douglascrockford
douglascrock...
May 3, 2012 12:02 pm
Translatation kindly provided by Paul Cohen (Seibo Software Studios) http://www.json.org/json-sv.html...
1835
M. Nunberg
mnunberg0
Apr 30, 2012 6:34 pm
jsonsl aims for speed and simplicity in distribution and usage. Consisting of one source file (jsonsl.c) and one header file (jsonsl.h), there are no complex...
1834
loki.astari@...
loki.astari...
Apr 25, 2012 12:36 am
Hi all, I tried searching for a FAQ but failed to find one so I hope it is OK to post about my C++ JSON Serializer/De-Serializer here. I reviewed a couple of...
1833
Stephan Beal
stephan.beal
Apr 25, 2012 12:32 am
On Wed, Apr 25, 2012 at 2:28 AM, loki.astari@... < ... Here's a similar API, modelled after libs11n (http://s11n.net): ...
1830
wjosdejong
Apr 23, 2012 7:09 am
Thanks. Automatically updating the left/right side would be nice indeed. So far I didn't do that, it is a little bit tricky: when handling large files (say...
1829
Jonas Tärnström
jskorpan
Apr 22, 2012 5:35 pm
Cool project: Would it be possible to have changes synced from left<->right when ever I've finished edited or during at some intervals? //JT 2012/4/21...
1828
wjosdejong
Apr 21, 2012 10:50 am
Hi all, I have just released version 1.0 of JSON Editor Online: http://jsoneditoronline.org <http://jsoneditoronline.org> JSON Editor Online is a tool to...
1827
Petri Lehtinen
akhern...
Apr 20, 2012 6:55 pm
Jansson 2.3.1 has been released. This release fixes minor bugs and documentation issues. For a full list of changes, see: ...
1826
Dave Gamble
signalzerodb
Apr 3, 2012 2:05 am
I'm not really sure this is the right forum for this question. Can I recommend stack overflow for questions of this kind? Cheers, Dave. ... [Non-text portions...
1825
Venkat M
venkat_yum
Apr 2, 2012 8:31 pm
Hi All, Â I have a basic question on consuming a rest web service. It would be great if someone can help me out. Thanks in advance. Â I have a web service...