BrazeEx.Deserializer (braze_ex v1.0.22)

Helper functions for deserializing responses into models

Link to this section Summary

Functions

Update the provided model with a deserialization of a nested value

Link to this section Functions

Link to this function

deserialize(model, field, atom, module)

@spec deserialize(
  struct(),
  atom(),
  :date | :datetime | :list | :map | :struct,
  module()
) :: struct()

Update the provided model with a deserialization of a nested value

Link to this function

jason_decode(json)

Link to this function

jason_decode(json, module)