UiPath Tutorial | API Automation - Extract data using Deserialize JSON Array (Part - III)

Опубликовано: 23 Январь 2023
на канале: Reboot the work - UiPath
192
6

Deserialize JSON Array: Deserializes a JSON array string to a JArray object. The string containing the JSON array to be deserialized. The JSON should be written without indents, and between double quotes. Strings inside the JSON should be written with single quotes. For example, the following is a valid way of filling in this field: "['TenancyName', 'UsernameOrEmail', 'Password']".

In our today session, we have started to extract the data the API in the Json Response and Capturing the data of particular node with the help of Json Object, Json Object Properties and Property Values

Prerequisite Package:
Uipath.WebAPIActivities

Test API Site:
https://randomuser.me/api/
https://reqres.in/api/users?page=2

[Note: Below GitHub Link will you to access the Workflow file/Process Files which is shown in our session. If you are not sure how to download & use it then, Kindly check the "GitHub" Playlist]
GitHub Link - https://github.com/Reboot-your-work/A...]

Happy Learning !!