# serializator

> Serialize javascript objects to JSON with support for rich data structures

Latest version **1.0.2** (published 2020-09-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install serializator
pnpm add serializator
yarn add serializator
bun add serializator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-09-07 |
| First published | 2018-08-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.9 |
| Dependencies | 0 |
| Unpacked size | 9.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | BJR Matos |
| Maintainers | pofider, bjrmatos |
| Keywords | serialize, json, serializator |

## Links

- npm: https://www.npmjs.com/package/serializator
- Repository: https://github.com/jsreport/serializator
- Issues: https://github.com/jsreport/serializator/issues
- npm.io page: https://npm.io/package/serializator

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-09-07
- 1.0.1 — 2019-01-17
- 1.0.0 — 2018-08-30

## README

# serializator
[![NPM Version](http://img.shields.io/npm/v/serializator.svg?style=flat-square)](https://npmjs.com/package/serializator)
[![License](http://img.shields.io/npm/l/serializator.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/jsreport/serializator.png?branch=master)](https://travis-ci.org/jsreport/serializator)

> ⚠️ WARNING: this is an internal package that we use inside [jsreport](https://github.com/jsreport/jsreport) dependencies, if you plan to use it be aware that we can make breaking changes at any time according to our needs, so use it at your own risk.

> **Serialize javascript objects to JSON with support for rich data structures**

This module let you serialize and parse javascript objects to JSON with support for data structures like `Date`, `Buffer`. Additionally properties with value of `undefined` will be serialized to `null` in order to preserve the property key definition.

## License
See [license](https://github.com/jsreport/serializator/blob/master/LICENSE)

---
_Source: https://npm.io/package/serializator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
