Closed dylex closed 2 years ago
Since FromJSON instances can be somewhat cumbersome, I often have custom parsing functions for certain types. valueWith is just value but allows specifying your own Aeson parsing function.
FromJSON
valueWith
value
Since
FromJSON
instances can be somewhat cumbersome, I often have custom parsing functions for certain types.valueWith
is justvalue
but allows specifying your own Aeson parsing function.