Package

purescript-classless-encode-json

Repository
thought2/purescript-classless-encode-json
License
MIT
Uploaded by
pacchettibotti
Published on
2022-11-26T19:52:17Z

This library applies the "classless" concept to Argonaut-style JSON encoding.

The encoding strategy for generic types is taken from argonaut-codecs

Currently the classless-arbitrary package is best documented and is recommended for getting started with the classless API concept. It will be helpful for understand this package, too.

Installation

spago install classless
spago install classless-encode-json

Documentation

Module documentation is published on Pursuit.

Modules
Classless.EncodeJson
Classless.EncodeJson.Generic
Classless.EncodeJson.Record
Dependencies