Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varbrad/api-json
Serializer & Presenter for JSON API data
https://github.com/varbrad/api-json
Last synced: about 1 month ago
JSON representation
Serializer & Presenter for JSON API data
- Host: GitHub
- URL: https://github.com/varbrad/api-json
- Owner: varbrad
- License: mit
- Created: 2018-08-18T22:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T09:13:33.000Z (over 6 years ago)
- Last Synced: 2024-09-29T09:13:03.500Z (3 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-json
`api-json` consists of two parts. The **Presenter** and the **Parser**.
## Presenter
Converts a standard JavaScript Object into a valid JSON API object.
## Parser
Converts a JSON API object into a standard JavaScript Object.