An open API service indexing awesome lists of open source software.

https://github.com/feastframework/json

Standalone JSON marshaller based off the one built into FEAST framework at feast/framework on packagist or feastframework/framework on github
https://github.com/feastframework/json

json-marshaller

Last synced: 11 months ago
JSON representation

Standalone JSON marshaller based off the one built into FEAST framework at feast/framework on packagist or feastframework/framework on github

Awesome Lists containing this project

README

          

![FEAST Framework](https://github.com/FeastFramework/framework/blob/master/logos/feast-transparent-small.png?raw=true)

![PHPUnit](https://github.com/FeastFramework/json/workflows/PHPUnit/badge.svg?branch=master)
![Psalm Static analysis](https://github.com/FeastFramework/json/workflows/Psalm%20Static%20analysis/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/FeastFramework/json/branch/master/graph/badge.svg?token=u2hsfBAfHw)](https://codecov.io/gh/FeastFramework/json)

![PHP Version](https://img.shields.io/packagist/php-v/feast/json)
[![Packagist](https://img.shields.io/packagist/v/feast/json)](https://packagist.org/packages/feast/json)
![License](https://img.shields.io/github/license/FeastFramework/json.svg)
[![Docs](https://img.shields.io/badge/docs-json-green.svg)](https://docs.feast-framework.com/json-standalone.html)

# FEAST JSON Marshaller
[PHP 7.4 Compatible version](https://github.com/FeastFramework/json/tree/PHP74)

PHP 8.0 Compatible version

This JSON marshaller is based on the one built into FEAST framework. However, it is designed for standalone usage in
other projects and does not depend on any pieces of FEAST framework.

The classes are named slightly different than the ones built into FEAST, so if you decide to use FEAST in the future,
you can adapt your classes using the Marshaller at your convenience.

Read the docs [here](https://docs.feast-framework.com/json-standalone.md)