Difference between revisions of "Component: JSON Encoder ( Comms)"

From Flowcode Help
Jump to navigationJump to search
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | |- | width="20%" style="color:gray;" | Version | 0.1 |- | width="20%" style="color:gray;" | Categ...")
 
Line 27: Line 27:
 
==Examples==
 
==Examples==
  
''<span style="color:red;">No additional examples</span>''
+
===Simple Data===
 +
 
 +
Example program showing how to use a JSON encoder component to create a simple JSON encoded data string.
 +
 
 +
{{Fcfile|Web_JSON_Encoder.fcsx|Web JSON Encoder Example}}
  
 
==Macro reference==
 
==Macro reference==

Revision as of 10:32, 28 November 2023

Author
Version 0.1
Category Comms


JSON Encoder component

Allows dynamic key and value pairs to be created and assembled into a formatted JSON string.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_JSONEncoder.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_JSONEncoder.fcsx

Detailed description

No detailed description exists yet for this component

Examples

Simple Data

Example program showing how to use a JSON encoder component to create a simple JSON encoded data string.

FC6 Icon.png Web JSON Encoder Example

Macro reference

AssignDataAsFloat

Fc9-comp-macro.png AssignDataAsFloat
Assigns a data value as a floating point number 
Fc9-string-icon.png - STRING Key
Key name for the data 
Fc9-f32-icon.png - FLOAT Value
Value of the data 
Fc9-void-icon.png - VOID Return


AssignDataAsNumber

Fc9-comp-macro.png AssignDataAsNumber
Assigns a data value as a number 
Fc9-string-icon.png - STRING Key
Key name for the data 
Fc9-s32-icon.png - LONG Value
Value of the data 
Fc9-void-icon.png - VOID Return


AssignDataAsString

Fc9-comp-macro.png AssignDataAsString
Assigns a data value as a string  
Fc9-string-icon.png - STRING Key
Key name for the data 
Fc9-string-icon.png - STRING Value
Value of the data 
Fc9-void-icon.png - VOID Return


ClearAll

Fc9-comp-macro.png ClearAll
Clears all the names and data values out of the buffer  
Fc9-void-icon.png - VOID Return


GenerateJSON

Fc9-comp-macro.png GenerateJSON
Generates a JSON data string with the current specified values.  
Fc9-string-icon.png - STRING Return


Property reference

Fc9-prop-icon.png Properties