These were the reasons for removing comments: First, comments turned out to not be very useful. Second, comments were the most difficult feature to support in...
155
MPCM
mpcmtechnolo...
Dec 26, 2005 4:22 am
I had posted in the original thread talking about comments and wanted to follow up here as well. While meta data, like comments, might be useful, the only way...
154
Atif Aziz
azizatif
Dec 25, 2005 7:21 pm
As Martin already said, JSON used to have comments. I don't know what led to the stringent opinion (perhaps from field experience) that they are so harmful as...
153
Martin Cooper
mfncooper
Dec 25, 2005 1:54 am
... Not now, but it used to have comments. I believe it's time to start versioning the spec. Several things have changed, and people have different ...
152
Douglas Crockford
douglascrock...
Dec 24, 2005 8:32 pm
JSON does not have comments. A JSON encoder MUST NOT output comments. A JSON decoder MAY accept and ignore comments. Comments should never be used to transmit...
151
Atif Aziz
azizatif
Dec 24, 2005 6:53 pm
Are comments officially out of the specification? It seems so looking at the current state of the spec http://www.json.org/. ... existing decoders can continue...
150
Michal Migurski
michal_migurski
Dec 24, 2005 5:30 pm
This could be a useful thing to have in JS, for security goof checks prior to the very-dangerous eval(). -mike. ... michal migurski- contact info and pgp key: ...
149
Douglas Crockford
douglascrock...
Dec 24, 2005 5:00 pm
JSON_checker is a pushdown automaton in C. It very quickly scans a JSON texts and determines if it is strictly syntactically correct. See ...
148
Martin Cooper
mfncooper
Dec 21, 2005 8:22 pm
... This may be more than you're looking for, but you might want to take a look at Dojo ShrinkSafe: http://alex.dojotoolkit.org/shrinksafe/ -- Martin Cooper I...
147
f3l
kyoosho
Dec 21, 2005 7:52 pm
http://www.west.co.tt/matt/js/redbug/redbug.html he alzo zips his source, WARNING: the demo may slow down your browser. ... -- //f3l ...
146
pthanlonie
Dec 21, 2005 7:40 pm
Hi, Thanks so much. I've been tearing my hair out. When I tried brs.i.text, and it didn't work, I never thought to use the brackets. I'll need to rejig my JSON...
145
Atif Aziz
azizatif
Dec 21, 2005 5:22 pm
The value of i in the for/in loop is a string that represents the name of the object's property being enumerated for that iteration. You need to index the...
144
Michal Migurski
michal_migurski
Dec 21, 2005 5:06 pm
The javascript for/in syntax actually iterates over the properties of an object or indexes of an array. Javascript39;s "for(index in array)" is roughly...
143
Paul Hanlon
pthanlonie
Dec 21, 2005 3:52 pm
Hi All, I wonder if anyone can help.I come from a background of programming in PHP, and am only just beginning to get to grips with the power of Javascript....
142
TCQ
despam2004
Dec 21, 2005 4:58 am
... for your data, then the most straightforward way is to use https for your JSON requests. I agree and am doing the https route but since I am mostly...
141
Andrew Durdin
adurdin
Dec 21, 2005 3:18 am
... Obfuscation will not give you good security. If you want security for your data, then the most straightforward way is to use https for your JSON requests. ...
140
TCQ
despam2004
Dec 20, 2005 11:42 pm
Has anybody hacked a simple zipping algorithm for JavaScript terse literal constructs such as Arrays and Objects (JSON)? I am doing so much data piping through...
139
Wilfred Nilsen
wilfrednilsen
Dec 20, 2005 1:30 am
WebDAV is an accepted standard for implementing web-folders, but the WebDAV specification is very complex and requires an XML parser with namespace support. We...
138
Douglas Crockford
douglascrock...
Dec 19, 2005 1:52 pm
A new class, JSONStringer, has been added to the Java package org.json. JSONStringer provides a convenient set of methods for building a JSON text. See...
137
gammal.json@...
mahmoudfg
Dec 19, 2005 7:57 am
Hello, First, I apologize if this is a bit off-topic, but I hope someone can help. I'm having a problem with passing non-ASCII parameters using XMLHttpRequest....
135
Atif Aziz
azizatif
Dec 16, 2005 9:19 pm
Perhaps it may help to look at the JSON parsing bits (written in C#) that are part of the Jayrock[1] project. I originally started with the C# code from...
134
f3l
kyoosho
Dec 16, 2005 4:02 pm
... even tough it sounds like a very interesting project, from which many thing can be made from (like error-checking, and stuff like that), it looks to me,...
133
MPCM
mpcmtechnolo...
Dec 16, 2005 2:45 pm
I have been using JSON in several web projects via javascript and PHP, it is truly a great format and lets us developers focus on apps. I am trying write a...
132
Douglas Crockford
douglascrock...
Dec 16, 2005 1:18 pm
Yahoo! has announced some web services that deliver JSON-encoded data. You can read about it at http://developer.yahoo.net/common/json.html...
131
ingliss
Dec 12, 2005 4:33 pm
Anyone know of an Oracle PL/SQL implementation of JSON?...
130
iconinico
Dec 6, 2005 2:49 am
I thought you guys might be interested in this, it's a Javascript Serializer object, can convert Javascript to object notation and to XML. ...
129
Rob Lanphier
robla
Dec 1, 2005 6:09 pm
... Thanks! I'm thinking the next step for this is to integrate it into wiki software, ala Wikidata: http://meta.wikimedia.org/wiki/Wikidata That would...
128
Andrew Wooldridge
triptych999
Dec 1, 2005 3:33 pm
This is cool! I've been looking for a way to do something I call "socially constructed interfaces" and I think this may be a step in the right direction --...
127
James
jblack1395
Dec 1, 2005 2:35 pm
Thank you, the servlet is now functioning properly. I decided to go with the array approach....
126
Rob Lanphier
robla
Dec 1, 2005 9:29 am
Hi all, As I alluded to earlier this month (er...last month), I've been fooling around with the idea of using a JSON schema to automatically generate a user...