Questions tagged [json-serialization]

302 questions
-3
votes
1 answer

How to parse json response swift3?

My response looks like this: [ { "Part" : { "id" : "418502", "uuid" : "21ec7cdb-cd2d-4b12-8a90-775762eb0f26" }, "Category" : { "category_name" : "Regulators", …
e.k
  • 1,333
  • 1
  • 17
  • 36
-4
votes
1 answer

Serialize JSON objects in C#

I want to get 2 different column values from Country Master table in JSON format in C#. While serializing it, I am getting an error "Object reference not set to an instance of an object." Here is my code as follows: using System; using…
1 2 3
20
21