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 github doc deno doc 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