JSON
在线手册:中文  英文

JSON 函数

Table of Contents


JSON
在线手册:中文  英文

用户评论:

brothersevenlonlegs at hotmail dot com (2010-02-07 09:18:48)

although the Json is more widely acceptable serialization/deserialization scheme than WDDX, but the decoding speed with Chinese character in WDDX in PHP is much faster than Json; the same several MB serialized data file can deserialize in only ~80ms and for Json is 800ms, 10 times difference !!!

giunta dot gaetano at sea-aeroportimilano dot it (2006-09-04 03:35:34)

Two pure-php implementations of the json protocol that might be of use, e.g. for php 4 installs where adding extensions is not an option or because of extra functionality can be found here:
http://sourceforge.net/projects/phpxmlrpc (look for the extras package)
http://mike.teczno.com/json.html
Of course, performance is abysmal compared to the php extension, written in highly optimized C code...

易百教程