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 | 623 | 22 | 18 | |
config.w32 | H A D | 05-Dec-2019 | 918 | 22 | 16 | |
json.c | H A D | 05-Dec-2019 | 10.5 KiB | 352 | 235 | |
json_encoder.c | H A D | 05-Dec-2019 | 14.9 KiB | 602 | 456 | |
json_parser.tab.c | H A D | 05-Dec-2019 | 54.7 KiB | 1,971 | 1,273 | |
json_parser.tab.h | H A D | 05-Dec-2019 | 2.8 KiB | 96 | 47 | |
json_parser.y | H A D | 05-Dec-2019 | 7.7 KiB | 363 | 299 | |
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 | 359 | 336 | |
php_json.h | H A D | 05-Dec-2019 | 3.7 KiB | 115 | 62 | |
php_json_encoder.h | H A D | 05-Dec-2019 | 1.6 KiB | 41 | 16 | |
php_json_parser.h | H A D | 05-Dec-2019 | 3.2 KiB | 87 | 57 | |
php_json_scanner.h | H A D | 05-Dec-2019 | 2.2 KiB | 47 | 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