View Source Antikythera.FastJasonEncoder (antikythera v0.5.1)
This module converts structures to JSON at low load by avoiding protocol calls. Internally Jason is used.
Summary
Functions
@spec encode(any()) :: Croma.Result.t(String.t(), Jason.EncodeError.t() | Exception.t())
@spec encode(any(), Jason.Encode.opts()) :: iodata()