php-src/ext/json/README

17 lines
443 B
Plaintext
Raw Normal View History

2015-02-15 20:04:16 +00:00
JSON
==========
2015-02-15 20:04:16 +00:00
This extension implements the JavaScript Object Notation (JSON)
data-interchange format as specified in RFC 7159
2015-02-15 20:04:16 +00:00
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
2015-02-15 20:04:16 +00:00
Bison 3.0.4
2015-02-15 20:04:16 +00:00
It is recommended to do all contributions to the JSON extension
through the Github Pull Requests and preferably ping @bukka
who maintains the extension.