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

https://github.com/lancercomet/suntori

A Typescript JSON de/serializer to ensure everything is safe at runtime.
https://github.com/lancercomet/suntori

deserialization deserializer json json-deserialization json-serialization serialization serializer typescript

Last synced: 2 months ago
JSON representation

A Typescript JSON de/serializer to ensure everything is safe at runtime.

Awesome Lists containing this project

README

        

# SunTori

SunTori is a Typescript JSON de/serializer to ensure everything is safe at runtime.

![SunTori](https://raw.githubusercontent.com/LancerComet/SunTori/master/suntori.png)

## Packages

- SunTori: The SunTori core package.
[![SunTori](https://github.com/LancerComet/SunTori/workflows/Test/badge.svg)](https://github.com/LancerComet/SunTori/actions)
[![npm version](https://badge.fury.io/js/@lancercomet%2Fsuntori.svg)](https://badge.fury.io/js/@lancercomet%2Fsuntori)

- Generator: A codegen to create SunTori codes from JSON.
[![SunTori](https://github.com/LancerComet/SunTori/workflows/Test/badge.svg)](https://github.com/LancerComet/SunTori/actions)
[![npm version](https://badge.fury.io/js/@lancercomet%2Fsuntori.generator.svg)](https://badge.fury.io/js/@lancercomet%2Fsuntori.generator)

## License

Apache-2.0