Serialize and Deserialize Json to C# [Step By Step Tutorial of JSON in C#]

Serialize and Deserialize Json to C# [Step By Step Tutorial of JSON in C#]

Coding Droplets

3 года назад

46,578 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@aJ-4T7
@aJ-4T7 - 14.10.2023 04:50

How would you display deserialised objects for readability

Ответить
@kausainshaikh1999
@kausainshaikh1999 - 17.09.2023 18:11

How to add/delete buttons using JSON file in UI ?

Ответить
@teftele
@teftele - 02.06.2023 18:35

Especially thanks for DateTime constructor explaining😊

Ответить
@teftele
@teftele - 02.06.2023 18:30

Level Up! 🎉
I adore json😅

Ответить
@chris5947
@chris5947 - 13.01.2023 18:26

Thank you for this tutorial, very well explained.

Ответить
@roshanikolhe3870
@roshanikolhe3870 - 05.01.2023 14:38

This was helpful

Ответить
@aqeishparvez7710
@aqeishparvez7710 - 03.10.2022 06:10

Dude the whole point of doing serialization and deserialization is to create a jsob text file and you didn't do that

Ответить
@oscarenbacka_4909
@oscarenbacka_4909 - 23.09.2022 11:39

how did you paste it to the notepad at 8.00

Ответить
@narennd9258
@narennd9258 - 03.09.2022 10:31

Very useful and simple example to understand easily

Ответить
@itorres008
@itorres008 - 23.05.2022 05:42

Thanks for the video. It would have been useful to demonstrate reading a .JSON text file and deserializing and then serializing and writing back to a text file, instead of doing the copy/paste for the examples. Showing the reading and writing to file would teach an essential operation for this to be applied.

Ответить
@sundarraaj2944
@sundarraaj2944 - 08.03.2022 17:43

How to do serialisation for complex nested JSON?

Ответить
@solomonmuwori1954
@solomonmuwori1954 - 08.03.2022 12:15

Thanks so much. Have a question though. How does one populate a C# class that has a One-To-Many structure and serialize. An example is an invoice having a Header and Detail lines. HEADER attributes (CustomerId, Date, InvoiceNo). DETAIL lines attributes (StockItem, Quantity, Amount). The Detail lines will be a List of items bought subordinate to the Invoice Header.

Ответить
@tinashechinyati6823
@tinashechinyati6823 - 04.02.2022 10:56

This is GOLD, Thank you so much for this clear explanation. Do you have any courses I can follow to learn C#?🙂

Ответить
@gameshdofficial5883
@gameshdofficial5883 - 28.11.2021 06:13

sir i want ask
-1 Create PHP Read Data table in mysql , [user]
-2 Open Project C# and Load Data json from PHP to DataGridviews
Thank you advance sir

Ответить
@onlysimran
@onlysimran - 02.11.2021 09:04

After getting json data in object, how can we iterate over it and find particular value

Ответить
@GustavoDelfinoS
@GustavoDelfinoS - 29.06.2021 23:46

Thank you for the video. There are many JSON / C# videos out there but yours is the only one that I found that explains the usage of the JsonProperty attribute.

Ответить