Groot provides a simple way of serializing Core Data object graphs from or into JSON.
It uses annotations in the Core Data model to perform the serialization and provides the following features:
- Attribute and relationship mapping to JSON key paths.
- Value transformation using named NSValueTransformer objects.
- Object graph preservation.
- Support for entity inheritance.
