System.Text.Json.Nodes.JsonValuePrimitive<TValue> sealed class JsonValuePrimitive<TValue> : JsonValue<TValue> Documentation Code public JsonValuePrimitive(TValue value, JsonConverter<TValue> converter, JsonNodeOptions? options)