Show / Hide Table of Contents

Method Create

| Improve this Doc View Source

Create(String, IJsonCustomizer)

Creates JsonReader object from JSON string.

Declaration
public static JsonReader Create(string json, IJsonCustomizer customizer)
Parameters
Type Name Description
System.String json

The JSON string.

IJsonCustomizer customizer

The customizer.

Returns
Type Description
JsonReader

The created JsonReader object.

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