Changes between Initial Version and Version 1 of Ticket #16669, comment 3
- Timestamp:
- 02/27/2011 09:04:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16669, comment 3
initial v1 7 7 * [https://developer.mozilla.org/En/Using_JSON_in_Firefox Using Native JSON in the Mozilla Developer Center]. 8 8 9 JavaScript executes on the client-side; it is separate from PHP functions [http://www.php.net/manual/en/function.json-decode.php json_decode] and [http://www.php.net/manual/en/function.json-encode.php json_encode].9 JavaScript executes on the client-side; it is separate from server-side PHP functions [http://www.php.net/manual/en/function.json-decode.php json_decode] and [http://www.php.net/manual/en/function.json-encode.php json_encode]. A widget may want to retrieve JSON from a remote server and interpret the results, all via JavaScript without affecting the page cache. I might also care about a request carrying cookie data (e.g. Facebook, Twitter) for the requested domain or add data to the page that has changed since the initial page load (e.g. 2 new comments). 10 10 11 11 || '''Language''' || '''string to object''' || '''object to string''' ||