Difference between revisions of "Component: JSON Decoder (Comms: IoT/Cloud)"
From Flowcode Help
Jump to navigationJump to searchLine 32: | Line 32: | ||
{{Fcfile|JSON_Demo.fcfx|JSON_Demo}} | {{Fcfile|JSON_Demo.fcfx|JSON_Demo}} | ||
+ | |||
+ | |||
==Macro reference== | ==Macro reference== |
Revision as of 11:53, 8 November 2023
Author | Matrix TSL |
Version | 1.0 |
Category | Comms: IoT/Cloud |
Contents
JSON Decoder component
Allows dynamic key and value pairs to be collected from a formatted JSON string.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_JSONDecoder.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_JSONDecoder.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Example program showing how to take data and encode it into a JSON string to be sent out over comms.
The example also hows how to decode a received JSON string and pull out values.
Macro reference
FindName
ParseJSON
ReadDataAsFloat
![]() |
ReadDataAsFloat |
Reads the data of a specific element as a floating point value | |
![]() |
Element |
Index of the element to read | |
![]() |
Return |
ReadDataAsNumber
![]() |
ReadDataAsNumber |
Reads the data of a specific element as a numeric integer value | |
![]() |
Element |
Index of the element to read | |
![]() |
Return |
ReadDataAsString
![]() |
ReadDataAsString |
Reads the data of a specific element as a string value | |
![]() |
Element |
Index of the element to read | |
![]() |
Return |
ReadName
![]() |
ReadName |
Reads the name of a specific element | |
![]() |
Element |
The Index of the element to read | |
![]() |
Return |