UiPath | JSON Full Tutorial | JSON for beginners | JSON Basics | Create and Edit JSON | JSON Library

preview_player
Показать описание
#rpa #uipath #json
👉 𝐄𝐧𝐠𝐥𝐢𝐬𝐡
● This video is about 𝗝𝗦𝗢𝗡, what does it mean and how to work with. It's a full tutorial for beginners, who don't have any idea about JSON and how to edit or create a JSON object. You will learn the basics of JSON, and how to use the JSON.Net library to parse|edit|create JSON objects and arrays.

🌟 𝗖𝗼𝗱𝗲
✔ JObject.Parse(JsonContent)
✔ JArray.Parse(JsonContent)
✔ JsonConvert.DeserializeObject(Of JObject)(JsonContent)
✔ JsonConvert.DeserializeObject(Of JArray)(JsonContent)
✔ JsonConvert.SerializeObject(JsonObject)

🕜 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀
► 00:00 Introduction
► 00:12 What is JSON?
► 00:43 Why JSON?
► 03:40 Where to use JSON?
► 05:18 JSON Structure | Syntax
► 07:20 Example: Write JSON
► 09:55 Newtonsoft.Json Library
► 11:25 Newtonsoft.Json.Linq Namespace
► 12:45 Newtonsoft.Json Namespace
► 13:58 Parse Vs. Load
► 16:15 1.Example: Parse JSON Object
► 21:03 2.Example: Parse JSON Array
► 22:05 3.Example: Load JSON
► 23:02 JsonConvert.DeserializeObject
► 23:45 4.Example: Create JSON Object
► 28:08 Conclusion

✍ 𝗞𝗲𝘆 𝗪𝗼𝗿𝗱𝘀
→ UiPath
→ UiPath Automation
→ UiPath Activity
→ JSON
→ JavaScript Object Notation
→ JSON Object
→ JObject
→ JSON Array
→ JArray
→ JsonConvert
→ JSON Serialization
→ JSON Deserialization
→ JSON LINQ
→ JSON Library
→ JSON Namespaces
→ JSON in UiPath
→ JSON Parse
→ JSON Load

𝗙𝗼𝗹𝗹𝗼𝘄 𝘂𝘀

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

Please make a video on how to make use of the Namespace) further so we can understand how to utilize it. 2 0r 3 examples should be fine. Thanks.

cloudmadeeasy
Автор

@15:24 since JObject is a class declaring jsonObject variable to JObject wouldnt need a new operator?
shouldnt the dim statement be like this Dim jsonObject As New JObject = JObject.Parse(jsonContent)

Baichannyyuri
Автор

Hello Mahmoud! First of all, great video! I have a question.

From your last example, on the address property, let's say I have a table data with multiple records of street, city, zip, and all of those records that I might have in an Excel or data table. I want to insert them into my JSON inside my address property array. I could be inserting 10 records or 100 records depending on the amount of records in the current file.

How can I create this JSON object? I have a vague idea that I haven't put into practice, but technically converting the data table to a JSON object and then inserting that JSON object into the address property, similar to what you did with the "Address" JObj. Your feedback could save me some time if im wrong. Thank you very much.

UiPath_ESP
Автор

Thank you very much 🙏, now I have an understanding of JSON.

gopalakrishnankannan
Автор

Hi sir make a video on Excel transpose data from row to column or column to row uipath without using macros.

suraj_singh
join shbcf.ru