purescript-argonaut-generic

Encoding and decoding functions for generic datatypes


Keywords
purescript, json, argonaut, encode, decode, generic
License
MIT
Install
bower install purescript-argonaut-generic

Documentation

purescript-argonaut-generic

Latest release Build status Pursuit Maintainer: garyb Maintainer: thomashoneyman

This package provides gEncodeJson and gDecodeJson functions for any data types that have a Generic instance, and genericEncodeJson and genericDecodeJson functions for any data types that have a Rep.Generic instance.

Installation

bower install purescript-argonaut-generic

Documentation

Module documentation is published on Pursuit.

Contributing

Read the contribution guidelines to get started and see helpful related resources.