Confispex.Type.JSON (confispex v0.5.0)
A JSON type.
Casts JSON string to Elixir terms using Jason
library.
Options
:keys
- possible values are::strings
(default),:atoms
,:atoms!
. Read about meaning of this values in doc forJason.decode/2
.
A JSON type.
Casts JSON string to Elixir terms using Jason
library.
:keys
- possible values are: :strings
(default), :atoms
, :atoms!
.
Read about meaning of this values in doc for Jason.decode/2
.