README.md
# pojo
[![Package Version](https://img.shields.io/hexpm/v/pojo)](https://hex.pm/packages/pojo)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/pojo/)
```sh
gleam add pojo
```
Encoders and decoders for some standard JavaScript types to Plain Old JavaScript Objects (POJO).
Useful for transfering types between client and server or worker and window.