Skip to content
On this page

JsonListHelper (Class)

Helper class for converting arrays of JSON data into lists.

Methods

static FromJson<T>

Converts a JSON string into a list of type T.

ParameterDescription
string jsonJSON string containing a list of items.
Return TypeList<T>