Method Create
| Improve this Doc View SourceCreate(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. |