Hello everyone, I have a String, and it contains an array of json, like:
[{name:Vlad,family:Smith},{name:Masha,family:Johnson}]
I need to get an array of objects, how to do it with the gson library?
Hello everyone, I have a String, and it contains an array of json, like:
[{name:Vlad,family:Smith},{name:Masha,family:Johnson}]
I need to get an array of objects, how to do it with the gson library?
Source: https://ru.stackoverflow.com/questions/556340/
All Articles