× Use Easybots Studio to download and use the bots from this app

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