Register
Log in
Home
App Stores
Public App Store
Private App Store
Apps Shared With Me
Solution Stores
Public Solutions
Private Solutions
Solutions Shared With Me
My Web Apps
My Web Bots
My Web Bots For Sharing
Start/Stop Apps Remotely
Documentation
What is Easybots?
Solution Tutorials
1. My Web Bots & USB Cam
Developer Tutorials
1. My First Bot
2. Triggers
3. Passing Data
4. Data Models
5. GitHub (on github.com)
6. Dev Cheat Sheet
Blog
Community
FAQ
Blog
Pricing
×
Use Easybots Studio to download and use the bots from this app
Add To Favorites
App
JSON Utilities
Free
Description
Bot that knows how to get JSON object(s) by specified JSON Path.
Author
Martin N.1
Version
2.0.30.2
Available bots in this app
JsonBot
Actions
SelectObjects
Inputs
json : String
jsonPathQuery : String
Returns
jsonObjectsCollection : String[]
count : Int32
jsonAsString : String
GetChildrenOfObject
Inputs
json : String
jsonPathQuery : String
Returns
children : String[]
count : Int32
jsonAsString : String
TransformArrayByFilteringItems
Inputs
jsonArray : String
filter (CSV) : String
Returns
return : String
FindFirstByValueInArray
Inputs
jsonArray : String
key/name : String
searched value : Object
ignoreCase : Boolean
Returns
first match : String
success : Boolean
GetValueOfKey
Inputs
json : String
key/name : String
Returns
valueAsString : String
success : Boolean