You can use this service for generating classes from valid JSON data:
JSON Utils: Generate C#, VB.Net, SQL Table, Java and PHP from JSON[
^]
Your JSON data is invalid. Looking at your class, it should be something like:
{"Obj1": [
17,
23,
23,
24,
25,
56,
65
],
"Obj2": [177,...,65],
"Obj3": [177,...,65],
"Obj4": [177,...,65]
}
You can read more here:
Working with JSON in C# & VB[
^]