xref: /PHP-7.2/ext/json/README (revision 887fabe7)
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