Skip to content

Thoth.Json.Core

Modules

Assembly
DecodeThoth.Json.Core
DecoderCEThoth.Json.Core
EncodeThoth.Json.Core
ObjectCodecComputationExpressionThoth.Json.Core
VariantCodecBuilderThoth.Json.Core

Record

Assembly
CodecAn encoder and a decoder for the same typeThoth.Json.Core

Unions

Assembly
ErrorReasonWhy a decoder failed, and the value it failed onThoth.Json.Core
JsonA JSON valueThoth.Json.Core

Interfaces

Assembly
DecoderTurns a JSON value into a 'T, or explains why it can'tThoth.Json.Core
IDecoderHelpersReads and tests a JSON value of the runtime's own typeThoth.Json.Core
IEncodableA value which knows how to write itself as JSONThoth.Json.Core
IEncoderHelpersBuilds a JSON value of the runtime's own typeThoth.Json.Core

Type abbreviations

Assembly
DecoderErrorA decoding failure: the JSONPath where it happened, and whyThoth.Json.Core
EncoderTurns a 'T into something a runtime can write as JSONThoth.Json.Core