Contents
Display Legacy Contents

 Print
    JSON Get Value  
Retrieves the value from the item of a JSON object.

Parameters

JSON string
The JSON string. Must specify a JSON object at the top level.


Item Name string
The name of the property in the JSON object to get the value from.


Include Sub-objects numeric
When the property is not found in the top level object, indicates if it should be searched for in sub-objects.

It can be one of:
  • 1. Yes
  • 2. No

Target string
The variable or control to save the property value.


Target Type numeric
The variable or control to save the type on the value found on that property.

It can be one of:
  • 1. String
  • 2. Numeric
  • 3. Object
  • 4. Array
  • 5. Boolean
  • 6. null


     
  • If the returned JSON content has JSON objects, the properties in those objects may not be in the original order. The supplied JSON string will be parsed into a JSON structure and according to the platform library that is being used, this parsed object may reorder the object properties.

See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Activate Connection
Is Connection Active
Deactivate Connection
Serial Open
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Connect
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
Web Service Run
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Connect
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Client ID
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get Cell Tower Info
Samples

 
 
Updated : 3/21/2018 6:11 PM