s&box docs

public abstract interface Sandbox.IJsonConvert

Allows writing JsonConverter in a more compact way, without having to pre-register them.

Methods

Showing 2 methods

public static virtual object JsonRead(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert)

public static virtual void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.IJsonConvert

On this page