JSON De-Serializer Package
De-serialize simple, complex, and nested input JSON files or strings. The package can create a dictionary and table from an input JSON for simple processing
Top Benefits
- Create simple and easy to use table from complex JSON
- Converts JSON to dictionary object
- Retrieve single JSON node (or key) value
- Retrieve multiple values of JSON node (or key)
Actions
- Read input JSON file or string and creates a table
- Read input JSON file or string and creates a dictionary
- Read input JSON file or string and retrieve single value
- Read input JSON file or string and retrieve multiple values as a list
The package includes 4 actions
• To Table: To de-serialize input JSON string or file and outputs a table. The table contains the header information which corresponds to the key (or node) of the JSON.
• To Dictionary: To de-serialize input JSON string or file and outputs a dictionary. The dictionary contains the key and value pair. Each key uniquely identifies the key (or node) of the JSON
• Retrieve a Value: The action retrieves the value of a single key (or node) of the JSON.
• Retrieve Values: It retrieves one or more values of a key (or node). This is particularly useful when JSON contains an array object.
Free
- Applications
-
- Business Process
- Information TechnologyRPA DevelopmentSoftware Development
- Category
- ProductivityRPA Developer ToolsUtility
- Downloads
- 631
- Vendor
- Automation Type
- Package
- Last Updated
- June 22, 2021
- First Published
- December 4, 2020
- Platform
- Automation 360
- ReadMe
- ReadMe
- Support
-
- Community Support Only
- Pathfinder Community Developer Forum
- Bot Store FAQs
- Bot Security Program
-
Level 1
Setup Process
Install
Download the Package and follow the instructions to install it in your AAE Control Room.
Configure
Use the Package in a bot, configure keys and other credentials the package will need (see the ReadMe for details.)
Run
That's it - now the Package is ready to get going!
Requirements and Inputs
- JSON File
- JSON String
