Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: JsonNumber Parse(string, bool)

Declaration

public static JsonNumber Parse(
    string jsonNumber,
    bool allowJavaScript = false
)

Summary

Parses the specified JSON as a JSON number. All other types of JSON values result in a JsonParseException.

Parameters

stringjsonNumber JSON syntax to parse.
boolallowJavaScript See JsonValue.Parse(string, bool).