Method
Read
virtual override func Read(ref reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions) -> Option<T>
Type: OptionJsonConverter<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Reads null as None and any other JSON value as Some.