I ask for help in disassembling simple json on java:
{ "names": [ "name1", "name2" ] } Something does not work, I do not know how to approach the array and the object without a name. Thank.
Implemented using the Argo library. The question is removed.
What do you want parse his? For example, Jackson. here
Source: https://ru.stackoverflow.com/questions/327791/
All Articles