Exqute v0.1.3 Exqute.Serializers.JsonSerializer View Source

Link to this section Summary

Functions

Pass the specified JSON data into the json_library for safe decoding

Pass the specified JSON data into the json_library for strict decoding

Pass the specified map into the json_library for safe encoding

Pass the specified map into the json_library for strict encoding

Link to this section Functions

Link to this function

decode(json, opts \\ [])

View Source

Pass the specified JSON data into the json_library for safe decoding

Link to this function

decode!(json, opts \\ [])

View Source

Pass the specified JSON data into the json_library for strict decoding

Pass the specified map into the json_library for safe encoding

Link to this function

encode!(map, opts \\ [])

View Source

Pass the specified map into the json_library for strict encoding