PHPackages                             luverelle/pson - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. luverelle/pson

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

luverelle/pson
==============

PHP library to convert data into JSON and vice versa

v1.1.0(3y ago)1589[1 issues](https://github.com/luverelle/PSON/issues)Apache-2.0PHPPHP ^8.0

Since Jun 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/luverelle/PSON)[ Packagist](https://packagist.org/packages/luverelle/pson)[ RSS](/packages/luverelle-pson/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

PSON
====

[](#pson)

**A powerful PHP library to convert objects into JSON and vice versa using PHP attributes**

Features:
---------

[](#features)

- Easy-to-use
- Extensible
- High performance
- Fully customization

Getting started
---------------

[](#getting-started)

Attributes
----------

[](#attributes)

PSON gets all object properties (including parent if exists) and if some properties has `JsonProperty` attribute, they will be converted into JSON.

```
