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.
- Host: GitHub
- URL: https://github.com/fredlackey/to-dto
- Owner: FredLackey
- License: apache-2.0
- Created: 2022-01-02T18:31:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T13:42:47.000Z (over 3 years ago)
- Last Synced: 2024-03-24T00:26:10.180Z (about 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...