Header menu logo Nao

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

deserialize s

Full Usage: deserialize s

Parameters:
    s : string

Returns: 'a
s : string
Returns: 'a

options

Full Usage: options

Returns: JsonSerializerOptions

serialize value

Full Usage: serialize value

Parameters:
    value : 'a

Returns: string
value : 'a
Returns: string

Type something to start searching.