Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.