Skip to content

Files

Latest commit

Jun 19, 2017
9c2a1f5 · Jun 19, 2017

History

History
This branch is 6 commits ahead of, 38173 commits behind php/php-src:master.

json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 1, 2017
Nov 13, 2014
Nov 30, 2014
Jan 4, 2017
Jun 18, 2017
Oct 18, 2016
Jan 4, 2017
Jun 19, 2017
Jun 19, 2017
Jan 2, 2017
Jun 21, 2016
Jan 2, 2017
Jun 18, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jun 18, 2017
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.