json-read-number

json-read-number is a compiled Lisp function in `json.el'.

(json-read-number &optional SIGN)

Read the JSON number following point.
The optional SIGN argument is for internal use.

N.B.: Only numbers which can fit in Emacs Lisp's native number
representation will be parsed correctly.