Welcome to the jason module documentation !

Copyright © 2018 crownedgrouse.com

Version: 1.0.2

Authors: Eric Pailleau (jason@crownedgrouse.com).

jason is a JSON encode/decode library written in Erlang.

Overview

This project was mainly created for easy handling of JSON from/to Erlang records, but allow binary struct, proplists and maps formats.

jason offer also a rare feature : pretty printing JSON in several indentation styles.

Specifications

Data types

jason:types/0 show in console how Erlang types are converted to JSON and back to Erlang data.

Wiki

See Wiki at https://github.com/crownedgrouse/jason/wiki for documentation and tutorial.


Generated by EDoc