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
- Host: GitHub
- URL: https://github.com/feastframework/json
- Owner: FeastFramework
- License: apache-2.0
- Created: 2021-04-17T05:03:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T01:45:54.000Z (almost 4 years ago)
- Last Synced: 2025-05-25T01:07:48.466Z (12 months ago)
- Topics: json-marshaller
- Language: PHP
- Homepage: https://docs.feast-framework.com/json-standalone.html
- Size: 1.37 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README



[](https://codecov.io/gh/FeastFramework/json)

[](https://packagist.org/packages/feast/json)

[](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)