zendframework/zend-json

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-json package instead.

provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP

3.1.2 2019-10-09 13:56 UTC

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-json.

Build Status Coverage Status

Zend\Json provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP. For more information on JSON, visit the JSON project site.

Installation

Run the following to install this library:

$ composer require zendframework/zend-json

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-json/

Support