Module jason_lib

Library for Jason.

Copyright © 2017 crownedgrouse.com

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

Description

Library for Jason

Function Index

is_argonaut/1Check if a module is an argonaut.
mapify/1Translate to map.
options/1Analyze options.
proplistify/1Translate to proplist.
recordify/1Translate to record.

Function Details

is_argonaut/1

is_argonaut(M::atom()) -> true | false

Check if a module is an argonaut

mapify/1

mapify(T::any()) -> any()

Translate to map

options/1

options(O::list()) -> tuple()

Analyze options

proplistify/1

proplistify(T::any()) -> any()

Translate to proplist

recordify/1

recordify(Obj::list()) -> tuple()

Translate to record


Generated by EDoc