README.md 912 Bytes
Newer Older
Indra Raja's avatar
Indra Raja committed
1 2 3 4 5 6 7 8 9
# zend-json

[![Build Status](https://secure.travis-ci.org/zendframework/zend-json.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-json)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-json/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-json?branch=master)

`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](http://www.json.org/).

Indra Raja's avatar
Indra Raja committed
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27

## Installation

Run the following to install this library:

```bash
$ composer require zendframework/zend-json
```

## Documentation

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

## Support

* [Issues](https://github.com/zendframework/zend-json/issues/)
* [Chat](https://zendframework-slack.herokuapp.com/)
* [Forum](https://discourse.zendframework.com/)