JSON Parser Bot
Validate and get values from the given JSON string.
Top Benefits
- Quick and seamless Integration
- Easy to use and integrate in new or existing tasks without any technical supervision.

This bot performs the following: - Validate the given JSON string. - Get keys from the JSON String. - Get value corresponding to given key.
All the input for the operations are required. The bot can - Validate the given JSON string. - Get keys from the JSON String. - Get value corresponding to given key.
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- Information Technology
- Category
- RPA Developer ToolsUtility
- Downloads
- 1264
- Vendor
- Automation Type
- Bot
- Last Updated
- October 1, 2020
- First Published
- May 2, 2019
- Enterprise Version
- 11.x
- Support
-
- Community Support Only
- A-People Community Forums
- Bot Store FAQs
See the Bot in Action
Setup Process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
- Inputs: JSON Parser: Using JSON parser, you can validate JSON string and retrieve keys and value from the JSON string. For example when input JSON string is"{"name":"John","age":30, "cars":[ "Ford", "BMW", "Fiat" ]}" it will return all keys and return value corresponding to given key. Like if the input key is "age" than "30" will be returned as value.