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
Implementation of ExOciSdk.JSON.encode_to_iodata!/2
using Jason.
Functions
@spec decode!(iodata(), ExOciSdk.JSON.json_options()) :: map() | no_return()
Implementation of ExOciSdk.JSON.decode!/2
using Jason.
@spec deps() :: atom()
Define the Jason json parser/generator as a dependency for this module
@spec encode_to_iodata!(map(), ExOciSdk.JSON.json_options()) :: iodata() | no_return()
Implementation of ExOciSdk.JSON.encode_to_iodata!/2
using Jason.