Show / Hide Table of Contents

Method ParseJson

| Improve this Doc View Source

ParseJson(String, IJsonCustomizer)

Deserializes JSON string into PagedDataSet<T> object.

Declaration
public static PagedDataSet<T> ParseJson(string json, IJsonCustomizer customizer = null)
Parameters
Type Name Description
System.String json

The JSON string.

IJsonCustomizer customizer

The customizer for deserialization.

Returns
Type Description
PagedDataSet<T>

The deserialized object.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest