3
Answers

C# How to Create Class With List of Key value pair

Photo of Mohit Kala

Mohit Kala

6y
12.5k
1
need following output
 
i created class like 
 
 
 need list like
 
  "data": [ { "number": "NUMBER 1", "message": "MESSAGE FOR NUMBER 1" }, { "number": "NUMBER 2", "message": "MESSAGE FOR NUMBER 2" },
 
 
 
 

Answers (3)