SimpleValueParseMode

JsonDataLoadOptions.SimpleValueParseMode property

Gets or sets a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON. Such a mode does not affect parsing of date-time values. The default is Loose.

public JsonSimpleValueParseMode SimpleValueParseMode { get; set; }

See Also