View Source ExOciSdk.JSON.Jason (ex_oci_sdk v0.2.0)

Implementation of the JSON behavior using the Jason library.

Summary

Functions

Implementation of ExOciSdk.JSON.decode!/2 using Jason.

Define the Jason json parser/generator as a dependency for this module

Functions

decode!(input, options)

@spec decode!(iodata(), ExOciSdk.JSON.json_options()) :: map() | no_return()

Implementation of ExOciSdk.JSON.decode!/2 using Jason.

deps()

@spec deps() :: atom()

Define the Jason json parser/generator as a dependency for this module

encode_to_iodata!(input, options)

@spec encode_to_iodata!(map(), ExOciSdk.JSON.json_options()) :: iodata() | no_return()

Implementation of ExOciSdk.JSON.encode_to_iodata!/2 using Jason.