I have a string containing a single \ character. I'm not quite sure what this string should look like once json encoded. My javascript encoder (a popular one)...
... Sorry, I have a value of \ and it is encoding it to \\\\. The backticks where added to show that that was the value. Sorry for the confusion. The parser I...
... Completely unrelated. JSON is a data encoding standard, while Microformats are an attempt to formalize certain common types of meaningful information...
... microformats is layered on top of XML. JSON could replace the XML layer. JSON is used to represent values (string, numbers, booleans, null) in sequences...
... It's quite a long way from ASN.1. ASN.1 is a data definition language (a schema language if you like). JSON is a data format. ASN.1 is like XML-Schema and...
I want to build a web application where the responses to requests will be in JSON or at some point in time in a different format (e.g. XML). HTTP does allow...
... No, I don't think so. Note that text/javascript and text/ecmascript are obsolete, and replaced by application/javascript and application/ecmascript...
... You would seem to be correct assuming RFC 2046 is the controlling standard. Quoting from that: 4.5. Application Media Type The "application" media type is...
... JSON is more like html & xml than it is like javascript. Therefore, reasoning by precedent and analogy, I think the right answer is text/json. -- Text by...
Would someone shed some light on why the json.js file method of detecting arrays was changed? Array.prototype.______array = '______array'; is added And - if...
... I disagree that JSON is more like HTML and XML than like JavaScript, particularly when it's specifically a subset of JavaScript. Further, to quote some...
... I haven't tried it yet, but near the bottom of the JSON home page (http://json.org) is a link to "JSON in ColdFusion", so there seems to be a ColdFusion...
I just got it to work this morning. I'm using CFJSON on the ColdFusion end.. and JSON on the javascript.. it seems to work out pretty well. I wasn't quite...
... ColdFusion end.. and JSON on the javascript.. it seems to work out pretty well. Excellent. I'm the hotscripts.com newsletter columnist for both ...
... I agree with MarkM on this one. JSON is not JavaScript. While it is a subset of JavaScript, its usage patterns are radically different. I think the right...
... The usage patterns may be different, but if you read the portions of RFC 2046 that I quoted, those usage patterns still match application/json much better...
... So? We're talking about JSON, not XML. Finding an example for which you disagree with the existing categorisation isn't much of a reason to not follow the...
Hi, Shouldn't it be possible to jsonize a string like this? {"doubleQuoteSurroundedBySpaces":" \" "}}' json.py and json.js both choke when trying to parse...
... Assuming your closing ")'" is an error, E's embedded term-tree language (<http://www.erights.org/data/terml/index.html>) accepts this just fine: ?...