]> granicus.if.org Git - php/commit
- Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.
authorOmar Kilani <omar@php.net>
Tue, 31 Jan 2006 08:59:06 +0000 (08:59 +0000)
committerOmar Kilani <omar@php.net>
Tue, 31 Jan 2006 08:59:06 +0000 (08:59 +0000)
commit94a140214c9df560aef047de93cf17d5dcf2e698
tree45d4e4c4bdc92d50cfd863cb11df455e05380138
parent933ce508385a6de6d6633920d0a16d267223c7ee
- Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.
- No longer uses json-c, implements it's own JSON parser and encoder.
- JSON parser based on Douglas Crockford's JSON_checker.
12 files changed:
ext/json/JSON_parser.c [new file with mode: 0644]
ext/json/JSON_parser.h [new file with mode: 0644]
ext/json/config.m4
ext/json/config.w32
ext/json/json.c
ext/json/json.dsp
ext/json/package.xml
ext/json/php_json.h
ext/json/utf8_decode.c [new file with mode: 0644]
ext/json/utf8_decode.h [new file with mode: 0644]
ext/json/utf8_to_utf16.c [new file with mode: 0644]
ext/json/utf8_to_utf16.h [new file with mode: 0644]