Module jsxrecord

JSON with records and 'undefined'/'null' mapping.

Copyright © 2018 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

JSON with records and 'undefined'/'null' mapping. Wrapper around jsx.

Function Index

decode/1
encode/1
load_records/1
record_defs/0Load all record definitions.

Function Details

decode/1

decode(Bin::binary()) -> term()

encode/1

encode(Source::term()) -> binary()

load_records/1

load_records(Module::module() | [module()]) -> ok

record_defs/0

record_defs() -> map()

Load all record definitions.


Generated by EDoc