JSON Parsing in UiPath RPA

preview_player
Показать описание
This 1-minute video tutorial shows how to parse JSON strings from e.g. a REST API Call. In layman's terms, JSON parsing is simply just interpreting the data that we want to use. That could be specific key/value pairs from the string, e.g. USD currency rates.

0.00 Got a JSON string from an API Call

0:16 Deserialize JSON
When we deserialize a JSON, we get it in a format that encodes the objects in the string. Meaning we can easily work with it.

0:29 Print out the result
With a Write Line, we print out our object (all the currency rates) and our key/value pair Canadian Dollar and its currency rate. We apply LINQ to it in order for us to use the SelectToken method.

Connect with me:

#shorts #uipath #rpa
Рекомендации по теме
Комментарии
Автор

Do you like these short and mobile friendly tutorials? You can help me a lot if you give it a thumbs up and/or comment here in the comment section 🙂 Kind regards, Anders

ILoveAutomation
Автор

Love it. These short snippits are a great way to highlight some really powerful tools.

acgarcia
Автор

Well done again! I nice job on using zoom in to the area of focus that you're talking about. It makes it easier to see the parameter values.

kenchang