# laminas-json

[![Build Status](https://github.com/laminas/laminas-json/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-json/actions?query=workflow%3A"Continuous+Integration")

`Laminas\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/).

## Installation

Run the following to install this library:

```bash
$ composer require laminas/laminas-json
```

## Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-json/

## Support

- [Issues](https://github.com/laminas/laminas-json/issues/)
- [Chat](https://laminas.dev/chat/)
- [Forum](https://discourse.laminas.dev/)
