README 443 B

12345678910111213141516
  1. JSON
  2. ==========
  3. This extension implements the JavaScript Object Notation (JSON)
  4. data-interchange format as specified in RFC 7159
  5. The parser is implemented using re2c and Bison. The used versions
  6. of both tools for generating files in the repository are following:
  7. re2c 0.16
  8. Bison 3.0.4
  9. It is recommended to do all contributions to the JSON extension
  10. through the Github Pull Requests and preferably ping @bukka
  11. who maintains the extension.