Skip to content

JR_FLT

JR_FLT

Description

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

Parameters

Name Direction Description
si in,out JSON stream iterator to read from.
f out Float 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)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on