FSharpJson Module
Shared System.Text.Json options with full F# support (discriminated unions, options, lists, maps, single-case unions). Used by the event-sourced stores so the rich domain types serialize without bespoke DTOs.
Functions and values
| Function or value |
Description
|
Full Usage:
deserialize s
Parameters:
string
Returns: 'a
|
|
|
|
Full Usage:
serialize value
Parameters:
'a
Returns: string
|
|
Nao