Reads a number off the JSON text.
If you ask for an unsigned value, no minus sign will be accepted in the JSON, otherwise all features of JSON numbers will be available. In particular large integers can be given in scientific notation.
Built-in numerical type that should be returned.
The parsed number.
JSONException, on invalid JSON or integer overflow.
See Implementation
Reads a number off the JSON text.
If you ask for an unsigned value, no minus sign will be accepted in the JSON, otherwise all features of JSON numbers will be available. In particular large integers can be given in scientific notation.