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

READMEH A D05-Dec-2019443 1711

config.m4H A D05-Dec-2019586 2218

config.w32H A D05-Dec-2019919 2316

json.cH A D05-Dec-201910.2 KiB342226

json_encoder.cH A D05-Dec-201913.7 KiB566428

json_parser.tab.cH A D05-Dec-201953.7 KiB1,9171,223

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

json_parser.yH A D05-Dec-20196.7 KiB305245

json_scanner.cH A D05-Dec-201927 KiB1,2551,212

json_scanner.reH A D05-Dec-20199.9 KiB360336

php_json.hH A D05-Dec-20193.7 KiB11461

php_json_encoder.hH A D05-Dec-20191.3 KiB286

php_json_parser.hH A D05-Dec-20191.6 KiB4014

php_json_scanner.hH A D05-Dec-20192.2 KiB4822

php_json_scanner_defs.hH A D05-Dec-201983 85

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