Friday, August 4th, 2006
Category: JSON
<
p
>
JSON was born in 2002, and has really flourished alongside Ajax in the past eighteen months. And now Doug Crockford has established a a JSON RFC:
The application/json Media Type for JavaScript Object Notation (JSON) (via
Sleepyhead).
JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.
JSON standardization is presumably a priority in light of JSON.org’s JSONRequest proposal … the component, if implemented, will work like XMLHttpRequest but allow secure calls across domains.
- Using JSON for Ajax security
Douglas Crockford, creator of JavaScript Object Notation (JSON), advocates using it to improve the security of Ajax applications, but he cautioned...
- JSON (Javascript Object Notation)
JSON (JS Object Notation) is a text-based, human-readable data interchange format used for representing simple data structures and objects in Web...
- JSON
JSON (JS Object Notation) is a text-based, human-readable data interchange format used for representing simple data structures and objects in Web...
- Javascript Object Notation
JSON (JS Object Notation) is a text-based, human-readable data interchange format used for representing simple data structures and objects in Web...
- Choosing adapters for an SAP SOA landscape
When should we choose SOAP, RFC and HTTP adapters? What are the advantages of these three adapters in inbound and...
good start, but i think there needs to be support for synchronous (blocking) requests.
also, the regex is wrong. ;-)
(yes, i’m contacting the author)
thinking further out, why not also have a way of getting binary data from remote servers? if i want to have a cool JSONRequest fetch for my data, why do i still need to create an IMG element to get a picture?
[...] Two cool articles on Ajaxian today. One discussing ways that JSON is replacing XML as data transport for some web scenarios, and another showing how XML Data Islands can let you grab XML without needing to explicitly parse with MSXML. [...]