Posts by José Lisboa • 1 point
1 post
-
0
votes2
answers806
viewsA: How to deserialize Json Springboot webservice
It would appear that the call to the API would return some attributes that would make up your Movie object, not a list of them. You could try the following approach: deserialize JSON by populating a…