Name Date Size #Lines LOC

..05-Dec-2019-

tests/H05-Dec-2019-

CREDITSH A D05-Dec-201948 32

Makefile.fragH A D05-Dec-2019276 64

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

READMEH A D05-Dec-2019443 1711

config.m4H A D05-Dec-2019639 2016

config.w32H A D05-Dec-2019937 2316

json.cH A D05-Dec-201912.1 KiB397276

json_encoder.cH A D05-Dec-201914.9 KiB605464

json_parser.tab.cH A D05-Dec-201954.9 KiB1,9701,273

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

json_parser.yH A D05-Dec-20197.8 KiB362299

json_scanner.cH A D05-Dec-201936.1 KiB1,6621,617

json_scanner.reH A D05-Dec-201911.2 KiB396372

php_json.hH A D05-Dec-20194 KiB11866

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-2019104 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