Show / Hide Table of Contents

Method ParseJson

| Improve this Doc View Source

ParseJson(DataSet, String, IJsonCustomizer)

Deserializes JSON string into DataValidationError.

Declaration
public static DataValidationError ParseJson(DataSet dataSet, string json, IJsonCustomizer customizer = null)
Parameters
Type Name Description
DataSet dataSet

The DataSet which contains the data for validation.

System.String json

The JSON string.

IJsonCustomizer customizer

The customizer for deserialization.

Returns
Type Description
DataValidationError
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest