Cereal is a Pluggable JSON Serialization layer. It allows you to define Serializers to convert structs into an abstract format and then serialize those formats into JSON in whichever way you wish.
- Customizable JSON serializer for entities and for errors
- Sparse fieldset support
- Dynamic include support
:has_one,:has_many,:embeds_onerelationships for your entities