C# JSON Serialization | Serialization and Deserialization| Nested Json #5

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 15

  • @qwerty89993
    @qwerty89993 Рік тому +1

    as for me, its the most fresh and clear explanation of basics of API specflow testing that currently exists for free.
    Please, keep doing your great job !)

  • @abdulrafay2420
    @abdulrafay2420 5 місяців тому

    can you please explain why we serializing the json object and how we can store serialized object(string) in the database. Lets suppose we have table of user. I create a post API that creates a user and store in a database how can I use serialization here and what will be the benefit of doing it?

  • @robertnelson3561
    @robertnelson3561 9 місяців тому +1

    I have multiple open {{}{}}brackets inside my json but i don't have square brackets. How to serialise that nested {{}} bracket without square bracket

    • @xceinie
      @xceinie 6 місяців тому

      The square brackets are indicative of an array, and the curly brackets are indicative of an object. The JSON serializer should theoretically take what you have into account and avoid the square brackets as long as you are not using any arrays.

  • @Mohsinshaikh-rl6cs
    @Mohsinshaikh-rl6cs 2 роки тому +1

    Thanks for sharing knowledge, this tutorial will certainly help us

  • @ArathiPranav
    @ArathiPranav Рік тому

    Good explanation on the topic and Thanks for such a good class :)

  • @RighteousAcademy
    @RighteousAcademy 2 роки тому +2

    Clear and precise

  • @pdharmendra
    @pdharmendra Рік тому

    Hello, Very good explanation. To be honest, first time Serialize concept is cleared. Would it possible to create video on jwt create using SpecFlow framework? Thanks

  • @saminasheikhuniquerecipess5178
    @saminasheikhuniquerecipess5178 7 місяців тому

    Hi how to use database table values in data model?

  • @HopelessDreamersClub
    @HopelessDreamersClub Рік тому

    How to we add this as a parameter for another method