compound-jsonapi

Compound JSONAPI document extension for Marshmallow


Install
pip install compound-jsonapi==1.0.1

Documentation

Compound JSONAPI

The Compound JSONAPI package is an extension to Marshmallow and has been heavily influenced by Marshmallow JSONAPI. The difference to Marshmallow JSONAPI is that the Compound JSONAPI is focused on loading and dumping objects to compound JSONAPI documents that contain all the serialised data, rather than using JSONAPI's link functionality. It has one main advantage over Marshmallow JSONAPI in that it can load and dump full circular graph structures.

Sourcecode can be found here:
https://bitbucket.org/mhall/compound-jsonapi/
Documentation can be found here:
http://compound-jsonapi.readthedocs.io/