Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 05-Dec-2019 | - | ||||
tests/ | H | 05-Dec-2019 | - | |||
CREDITS | H A D | 05-Dec-2019 | 48 | 3 | 2 | |
Makefile.frag | H A D | 05-Dec-2019 | 262 | 6 | 4 | |
README | H A D | 05-Dec-2019 | 443 | 17 | 11 | |
config.m4 | H A D | 05-Dec-2019 | 586 | 22 | 18 | |
config.w32 | H A D | 05-Dec-2019 | 919 | 23 | 16 | |
json.c | H A D | 05-Dec-2019 | 10.2 KiB | 342 | 226 | |
json_encoder.c | H A D | 05-Dec-2019 | 13.7 KiB | 566 | 428 | |
json_parser.tab.c | H A D | 05-Dec-2019 | 53.7 KiB | 1,917 | 1,223 | |
json_parser.tab.h | H A D | 05-Dec-2019 | 2.8 KiB | 96 | 47 | |
json_parser.y | H A D | 05-Dec-2019 | 6.7 KiB | 305 | 245 | |
json_scanner.c | H A D | 05-Dec-2019 | 27 KiB | 1,255 | 1,212 | |
json_scanner.re | H A D | 05-Dec-2019 | 9.9 KiB | 360 | 336 | |
php_json.h | H A D | 05-Dec-2019 | 3.7 KiB | 114 | 61 | |
php_json_encoder.h | H A D | 05-Dec-2019 | 1.3 KiB | 28 | 6 | |
php_json_parser.h | H A D | 05-Dec-2019 | 1.6 KiB | 40 | 14 | |
php_json_scanner.h | H A D | 05-Dec-2019 | 2.2 KiB | 48 | 22 | |
php_json_scanner_defs.h | H A D | 05-Dec-2019 | 83 | 8 | 5 |
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