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

https://github.com/fredlackey/to-dto

Opinionated library for converting object graphs to safe publicly-consumable DTO objects.
https://github.com/fredlackey/to-dto

Last synced: 2 months ago
JSON representation

Opinionated library for converting object graphs to safe publicly-consumable DTO objects.

Awesome Lists containing this project

README

        

# to-dto (work in progress / experiment)

Opinionated library for converting object graphs to safe publicly-consumable DTO objects.

## Disclaimer

This project is more of an experiment at the moment. I need a way to cleanly convert business objects to data transfer objects without worrying about a specific ORM or database. Since JSON is core in our world, JSON will be the only requiremenet.

Let's see how this goes...