php-src/ext/json
2017-11-02 12:13:35 +08:00
..
tests
config.m4
config.w32
CREDITS
json.c
json_encoder.c
json_parser.tab.c
json_parser.tab.h
json_parser.y
json_scanner.c
json_scanner.re
Makefile.frag
Makefile.frag.w32
php_json.h
php_json_encoder.h
php_json_parser.h
php_json_scanner.h
php_json_scanner_defs.h
README

JSON
==========


This extension implements the JavaScript Object Notation (JSON)
data-interchange format as specified in RFC 7159

The parser is implemented using re2c and Bison. The used versions
of both tools for generating files in the repository are following:

re2c 0.16
Bison 3.0.4

It is recommended to do all contributions to the JSON extension
through the Github Pull Requests and preferably ping @bukka
who maintains the extension.