JsonValueTrimmable<TValue>
Trim-safe since it either calls the converter directly or calls the JsonSerializer.Serialize(JsonTypeInfo{TValue}).
public JsonValueTrimmable(TValue value, JsonTypeInfo<TValue> jsonTypeInfo, JsonNodeOptions? options = default)
public JsonValueTrimmable(TValue value, JsonConverter<TValue> converter, JsonNodeOptions? options = default)