static JsonNodeConverter Instance
override JsonObject Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
JsonObject ReadObject(ref Utf8JsonReader reader, JsonNodeOptions? options)
override object CreateObject(JsonSerializerOptions options)
override void Write(Utf8JsonWriter writer, JsonObject value, JsonSerializerOptions options)
override void ReadElementAndSetProperty(object obj, string propertyName, ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state)
static InvalidOperationException GetInvalidOperationException_ExpectedObject(JsonTokenType tokenType)
static JsonElement ParseValue(ref Utf8JsonReader reader)