Download the PHP package jojo1981/json-ast-builder without Composer
On this page you can find all versions of the php package jojo1981/json-ast-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package json-ast-builder
JSON AST Builder for PHP
Author: Joost Nijhuis [[email protected]](mailto:[email protected])
A PHP Implementation for building an AST (Abstract Syntax Tree) from a JSON
string.
The AST is visitable and can be visited by implementing a visitor (Behavioral Design Pattern Visitor).
Purposes of this library are:
- Validate JSON syntax and give the end user a precise error message about syntax errors
- Transform an AST to a JSON string and control the format
- Travers AST by implementing your own visitor
More information about the lightweight data-interchange format JSON (JavaScript Object Notation) can be found here.
Installation
Library
Composer
Usage
All versions of json-ast-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
ext-ctype Version *
ext-ctype Version *
The package jojo1981/json-ast-builder contains the following files
Loading the files please wait ....