Skip to main content
Module

x/ts_serialize/docs/index.md

A zero dependency library for serializing data
Go to Latest
File

🥣 ts_serialize tests release License: MIT

A zero dependency library for serializing data.

ts_serialize can help you with:

  1. Converting camelCase class members to snake_case JSON properties for use with a REST API
  2. Excluding internal fields from REST API payloads
  3. Converting data types to an internal format, for example: Date’s

Supported Serialize Types

Usage

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