FolusWen c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
..
tests c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
CREDITS c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
Makefile.frag c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
Makefile.frag.w32 c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
README c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
config.m4 c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
config.w32 c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json.c c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json_encoder.c c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json_parser.tab.c c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json_parser.tab.h c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json_parser.y c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json_scanner.c c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
json_scanner.re c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
php_json.h c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
php_json_encoder.h c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
php_json_parser.h c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
php_json_scanner.h c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce
php_json_scanner_defs.h c2d3f4474f [Improve][GPL][PHP / lighttpd] 3 yıl önce

README

JSON
==========


This extension implements the JavaScript Object Notation (JSON)
data-interchange format as specified in RFC 7159

The parser is implemented using re2c and Bison. The used versions
of both tools for generating files in the repository are following:

re2c 0.16
Bison 3.0.4

It is recommended to do all contributions to the JSON extension
through the Github Pull Requests and preferably ping @bukka
who maintains the extension.