Name Date Size #Lines LOC

..05-Dec-2019-

tests/H05-Dec-2019-

CREDITSH A D05-Dec-201948 32

Makefile.fragH A D05-Dec-2019262 64

Makefile.frag.w32H A D05-Dec-2019301 64

READMEH A D05-Dec-2019443 1711

config.m4H A D05-Dec-2019623 2218

config.w32H A D05-Dec-2019945 2417

json.cH A D05-Dec-201911 KiB368249

json_encoder.cH A D05-Dec-201914.7 KiB580439

json_parser.tab.cH A D05-Dec-201954.7 KiB1,9711,273

json_parser.tab.hH A D05-Dec-20192.8 KiB9647

json_parser.yH A D05-Dec-20197.7 KiB363299

json_scanner.cH A D05-Dec-201936.1 KiB1,6661,621

json_scanner.reH A D05-Dec-201911.2 KiB396372

php_json.hH A D05-Dec-20194 KiB11765

php_json_encoder.hH A D05-Dec-20191.6 KiB4116

php_json_parser.hH A D05-Dec-20193.2 KiB8757

php_json_scanner.hH A D05-Dec-20192.4 KiB4924

php_json_scanner_defs.hH A D05-Dec-2019103 96

README

1JSON
2==========
3
4
5This extension implements the JavaScript Object Notation (JSON)
6data-interchange format as specified in RFC 7159
7
8The parser is implemented using re2c and Bison. The used versions
9of both tools for generating files in the repository are following:
10
11re2c 0.16
12Bison 3.0.4
13
14It is recommended to do all contributions to the JSON extension
15through the Github Pull Requests and preferably ping @bukka
16who maintains the extension.
17