🥣 ts_serialize
A zero dependency library for serializing data.
ts_serialize
can help you with:
- Converting
camelCase
class members tosnake_case
JSON properties for use with a REST API - Excluding internal fields from REST API payloads
- Converting data types to an internal format, for example:
Date
's
Supported Serialize Types
Usage
Built With
- Deno 🦕
Contributing
We have provided resources to help you request a new feature or report and fix a bug.
- CONTRIBUTING.md - for guidelines when requesting a feature or reporting a bug or opening a pull request
- DEVELOPMENT.md - for instructions on setting up the environment and running the test suite
- CODE_OF_CONDUCT.md - for community guidelines
Versioning
We use SemVer for versioning.
Authors
- Scott Hardy - Initial work - @shardyMBAI 🐸
- Chris Dufour - Initial work - @ChrisDufourMB 🍕 🐱 👑
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- Our colleagues at MindBridge for discussion and project planning
- Parsing Dates with JSON for knowledge
- OAK Server as a project structure example