JsonSerializerHelper class

Helper class for JSON serialization and deserialization using System.Text.Json.

public static class JsonSerializerHelper

Public Members

name description
static FromJson(…) Deserializes the given JSON string to an object of the specified type.
static FromJson<T>(…) Deserializes the given JSON string to an object of type T.

See Also