readNumberJson

Reads JSON encoded numbers from the stream.

@nogc
nstring
readNumberJson
(
StreamReader reader
,
ref bool isFloating
)

Parameters

reader StreamReader

The stream reader.

isFloating bool

Whether the read number was floating point.

Return Value

Type: nstring

The JSON number read from the stream.

Meta