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