gpt4 book ai didi

java - Android 中无标签字符串的 JSON 解析

转载 作者:行者123 更新时间:2023-12-01 17:31:00 24 4
gpt4 key购买 nike

我在尝试解析此 JSON 时遇到问题。

{
"bakso-roso-n'deso__-6.19_106.77":
{"Latitude":"-6.185488","Longitude":"106.77366","Distance":"90.89210930799594"},
"print-point-duri-kepa__-6.19_106.77":
{"Latitude":"-6.18599544813468","Longitude":"106.772603988647","Distance":"118.9849339548274"},
"apartment-menara-kebun-jeruk__-6.19_106.78":
{"Latitude":"-6.18530376709007","Longitude":"106.775222279179","Distance":"247.8816947606767"},
"ranch-market---pesanggrahan__-6.19_106.77":
{"Latitude":"-6.18761306472002","Longitude":"106.77343661177","Distance":"294.4255786871916"}
}

问题是我如何将“bakso-roso-n'deso__-6.19_106.77”作为字符串获取。它没有任何标签。

谢谢。

现在处理 Json 的常规方法是这样的:

String jstring = "{\"menu\": {\"id\": \"file\", \"value\": \"File\",\"popup\": {\"menuitem\": [{\"value\": \"New\", \"onclick\": \"CreateNewDoc()\"},{\"value\": \"Open\", \"onclick\": \"OpenDoc()\"},{\"value\": \"Close\", \"onclick\": \"CloseDoc()\"}]}}}";
try
{
jObject = new JSONObject(jstring);

对于这种类型的 json 我该怎么做? jstring 应该是什么?

基本上我想将这些 json 字符串转换成一些字典。

最佳答案

plz check this string this is not a valid json String..

 String jstring = "{\"menu\": {\"id\": \"file\", \"value\": \"File\",\"popup\": {\"menuitem\": [{\"value\": \"New\", \"onclick\": \"CreateNewDoc()\"},{\"value\": \"Open\", \"onclick\": \"OpenDoc()\"},{\"value\": \"Close\", \"onclick\": \"CloseDoc()\"}]}}}";

check the json is valid or not http://jsonlint.com/

关于java - Android 中无标签字符串的 JSON 解析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10930369/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com