JR_FLT
- Macro
- August 22, 2025
Table of Contents
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)
No external code usages found in the scanned files.