JSV.Codec.NativeCodec (jsv v0.7.2)

View Source

A JSON encoder/decoder based on the JSON and :json modules.

Summary

Functions

decode(json)

decode!(json)

encode_to_iodata!(data)

format_to_iodata!(data)

supports_formatting?()

supports_ordered_formatting?()

to_ordered_data(data, key_sorter)

@spec to_ordered_data(term(), term()) :: term()