Posts by Junior Gutekoski • 3 points
1 post
- 
		0 votes2 answers43 viewsQ: How to deserialize JSON Array in an Object Array?I’ve been trying for a while to deserialize a JSON return from my nodejs api. I’ve tried many ways and no success. I have the following client request return JSON. "response": { "count": 1,…