View Source JXON (jxon v0.1.0)

A wrapper for various JSON implementations.

Why?

It helps to create JSON-implementation-agnostic packages, leaving the choice of JSON implementation to the user.

Summary

Functions

@spec decode(binary()) :: {:ok, term()} | :error
@spec encode(term()) :: {:ok, String.t()} | :error