purescript-foreign

December 8, 2020 ยท View on GitHub

Latest release Build status Pursuit

Library for dealing with foreign data (JavaScript objects).

Installation

spago install foreign

Examples

  • Simple types
  • Arrays
  • Objects
  • Complex objects
  • Applicative style parser
  • Maybe for nulls
  • Nested objects
  • Unions
  • Parser errors

Documentation

Module documentation is published on Pursuit.

Contents

  1. 1Installation
  2. 2Examples
  3. 3Documentation