JR_FLT

Table of Contents

JR_FLT

Description

Read a JSON float value from stream and assign to target.

Parameters

NameDirectionDescription
siin,outJSON stream iterator to read from.
foutFloat variable to store the value.

Usage example (from documentation)

  JR_FLT(si, temperature);

Success

f contains the parsed float

Failure

si updated to failure state on parse error

Usage example (Cross-references)

No external code usages found in the scanned files.

Share :

Related Posts

JSkipValue

JSkipValue Description Skip the current JSON value at reading position.

Read More

JReadString

JReadString Description Read a quoted string, handling escape sequences.

Read More

JR_INT

JR_INT Description Read a JSON integer value from stream and assign to target.

Read More