SyntaxFix
Write A Post
Hire A Developer
Questions
JSON is perfectly capable of expressing lists of integers, and the JSON you have posted is valid. You can simply separate the integers by commas:
{ "Id": "610", "Name": "15", "Description": "1.99", "ItemModList": [42, 47, 139] }