View Source API Reference jsonpull v0.1.1

Modules

These functions both read and transform JSON data into Erlang types.

These functions are helpers to construct a proper Erlang list or map from JSON equivalents.

These functions will read a value or error out immediately, with useful errorinfo applied on top.

These are the most basic functions you can use to read data from JSON. They take the value you ask for out of binary JSON if it's there. They return {Bin, Rest} or an atom representing an error. They will also skip whitespace.