0.3.0 • Published 2 years ago

@bscotch/stringify v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Stringy

We need to stringify JavaScript data structures for all kinds of reasons.

We have tons of stringification formats covering the gamut of how accuracy in representing JavaScript structures and readability for both machines and people.

Stringification approaches tend to optimize towards speed and interoperability, and so available tools tend to be highly opinionated and non-extendable.

This project aims to provide a general toolkit for writing custom stringifiers, as well as ready-made stringifiers for common use cases.

⚠️ This project's API is not at all stable.

Usage

import {jsonStringify} from '@bscotch/stringify'
0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago