Home > Back-end >  Json return value without the key, only the value value how to parse?
Json return value without the key, only the value value how to parse?

Time:03-12

 

[" 106831 ", "journey of 4000 4.0 automatic four-wheel drive", "http://image.bitautoimg.com/autoalbum/V2.1/images/150-100.gif", "1560", "daqienuoji", "daqienuoji", "daqienuoji", "2006", "shutdown" and "stop pin", ""," http://baa.bitauto.com/daqienuoji/", "large SUV", ""],
[" 402000 ", "no", ""," ", "4", "naturally aspirated", ""," 4 ", ""," ", "1", "1", "1900", "no", "gas"],
[" 4610 ", "1826", "1763", "2690", "1793", "5", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," "],
[" ", "4", "145", ""," 4600 ", "311", ""," straight ", "6", "naturally aspirated", ""," 8.8 ", "92", ""," ", "4", ""," ", "14", "2", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""],
[", "" "," ", ""," pan ", "pan", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," "],
[", "" "," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""],
[" no ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," ", ""," no ", ""," "],
[" ", ""," no ", ""," no ", ""," ", ""," no ", ""," ", ""," ", ""," ", ""," ", ""," ", "no", ""," ", "no", ""," ", ""," "],
[", "" "," ", ""," ", "no", ""," ", ""," ", ""," ", ""," "],
[", "" "," ", ""," ", ""," ", ""," no ", ""," ", ""," ", "no", ""," "],
[", "" "," ", ""," ", ""," ", ""," ", ""," no ", ""," ", ""," ", ""," ", ""," ", ""]
]

This value is found out.
Now I can only handle so
 
{
"Code" : 0,
"MSG", "query" success,
"Data" : [

"106831",
"4000 4.0 journey automatic four-wheel drive",
"Http://image.bitautoimg.com/autoalbum/V2.1/images/150-100.gif",
"1560",
"Grand Cherokee,"
"Grand Cherokee,"
"Daqienuoji",
"2006",
"Production",
"Stop pin,"
", "
"Http://baa.bitauto.com/daqienuoji/",
"The largest SUV,"
"
"],

"402000",
"No,"
", "
", "
"4",
"Naturally aspirated,"
", "
"4",
", "
", "
"1",
"1",
"1900",
"No,"
"Gasoline"
],

"4610",
"1826",
"1763",
"2690",
"1793",
"5",
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"
"],

", "
"4",
"145",
", "
"4600",
"311",
", "
"Inline",
"Six,"
"Naturally aspirated,"
", "
"8.8",
"92,"
", "
", "
"4",
", "
", "
"14",
"The second",
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"
"],

", "
", "
", "
", "
"Pan",
"Pan",
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"
"],

", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"
"],

"No,"
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"No,"
", "
"
"],

", "
", "
"No,"
", "
"No,"
", "
", "
", "
"No,"
", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"No,"
", "
", "
"No,"
", "
", "
", "
"
"],

", "
", "
", "
", "
", "
"No,"
", "
", "
", "
", "
", "
", "
", "
"
"],

", "
", "
", "
", "
", "
", "
", "
", "
"No,"
", "
", "
", "
", "
"No,"
", "
"
"],

", "
", "
", "
", "
", "
", "
", "
", "
", "
", "
"No,"
", "
", "
", "
", "
", "
", "
", "
", "
"
"]
]
}

Excuse me can I custom return values to the front desk in front of the value add custom key value back to the front desk? Thank you very much!!!!!! Hope to solve!! thank you

CodePudding user response:

This is the returned array, you under the data processing of the query

CodePudding user response:

This is a JsonArray, using fastjson can parse

CodePudding user response:

https://blog.csdn.net/dotnetstudio/article/details/73359206
  • Related