خرید بک لینک

Vote count: 0

I'm calling a method which returns a json response.

call:

String domainTermJson = getTermJson(domainTermId,client,gson);

Response:

{"assigned_assets":{"items":[{"_type":"database_column","_id":"b1c497ce.60641b50.42lla3a9f.di3kgbf.q6iaov.51q42k0equhf2ept2cgts","_url":"https://cs2cislp02.bns:9443/ibm/iis/igc-rest/v1/assets/b1c497ce.60641b50.42lla3a9f.di3kgbf.q6iaov.51q42k0equhf2ept2cgts","_name":"__AC_DEAACC"},{"_type":"database_column","_id":"b1c497ce.60641b50.42lla491l.o39k1ru.63p48q.57h74d2s5llcll4e429ji","_url":. . . .etc...

What I am trying to do is capture all the _id values into a string seperated by a comma. Example below:

String dc_id = "b1c497ce.60641b50.42lla3a9f.di3kgbf.q6iaov.51q42k0equhf2ept2cgts", "b1c497ce.60641b50.42lla491l.o39k1ru.63p48q.57h74d2s5llcll4e429ji"

How can I do this with a json response?

asked 25 secs ago

برچسب: نویسنده: استخدام کار تاريخ: جمعه 1 ارديبهشت 1396 ساعت: 1:43

صفحه بندی