I am creating a list like this
List<int> items = new List<int>();
items contains the following numbers
1006
1007
I want to be able to represent these numbers in json and pass it to my webapi from postman. How can I represent these numbers in json.