You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
number:
int
int frac
int exp
int frac exp
int:
digit
digit1-9 digits
- digit
- digit1-9 digits
frac:
. digits
exp:
e digits
digits:
digit
digit digits
e:
e
e+
e-
E
E+
E-
The text was updated successfully, but these errors were encountered:
As seen on the specification at http://json.org/
The text was updated successfully, but these errors were encountered: