W
W
WhatYouDoing2016-10-05 21:47:27
Java
WhatYouDoing, 2016-10-05 21:47:27

How to create JSONobject in java?

help pliz can't implement json in java,json of this type

{
"0": {
    "0": {
        "station": "name",
        "url": "http://"
    },
    "1": {
        "station": "name",
        "url": "http://"
    }
},
"1": {
    "0": {
        "station": "name",
        "url": "http://"
    },
    "1": {
        "station": "name",
        "url": "http://"
    }
},
"2": {
    "0": {
        "station": "name",
        "url": "http://"
    },
    "1": {
        "station": "name",
        "url": "http://"
    }
}
}

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Makhach Imangazaliev, 2016-10-06
@WhatYouDoing

Android. Working with JSON

I
Ilya Pavlovsky, 2016-10-05
@TranE91

0) GOOGLE
1) JSONArray,JSONObject
2) GSON
3) Jackson
4) Logan Square
Если у Вас динамически изменяются ключи, то Вам просто необходимо прогуляться в оружейный магазин, после чего наведаться в гости к поставщику таких данных.

D
Dauren S, 2016-10-06
@dauren101

JSONDownloader extends AsyncTask

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question