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
string | jsonNumber |
JSON syntax to parse. |
bool | allowJavaScript |
See JsonValue.Parse(string, bool). |