JR_FLT
- Macro
- October 8, 2025
Table of Contents
JR_FLT
JR_FLTDescription
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.