FeedbackJson Module
Shared JSON options for feedback artifacts. The F# converter handles options, records, discriminated unions, and maps so everything round-trips cleanly.
Functions and values
| Function or value |
Description
|
Full Usage:
deserialize s
Parameters:
string
Returns: 'a
|
|
|
Pretty-printed variant for human-editable artifacts (e.g. emitted tool JSON).
|
|
|
Full Usage:
serialize value
Parameters:
'a
Returns: string
|
|
Full Usage:
serializeIndented value
Parameters:
'a
Returns: string
|
|
Nao