JSON Extraction Question

i am getting json response now there is one part that array index position is keep on changing how can get it now

is there any way i can get that position ?

JArray_OrderContent(2)(“data”).tostring to JArray_OrderContent(3)(“data”).tostring

please share some more details with us along with your sample JSON data. If possible upload the JSON data as text file here. Feel free to mask sensitive values

@ppr
JArray_OrderContent(2)(“data”).tostring to JArray_OrderContent(3)(“data”).tostring

Hey @manoj_verma1 ,

  1. Deserialize the Json response
    2.Take count of the particular array
  2. Use for each loop to iterate through the indexes

image

Hope this helps,

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.