public class JsonBooleanString : JsonConverter<bool?>| JsonBooleanString | Initializes a new instance of the JsonBooleanString class |
| HandleNull |
Gets a value that indicates whether null should be passed to the converter on serialization.
(Overrides JsonConverterTHandleNull) |
| Read | Reads and converts the JSON to a nullable boolean. (Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions)) |
| Write | Writes a specified value as JSON. (Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions)) |