【发布时间】:2017-07-17 11:16:36
【问题描述】:
我使用以下链接从我的动态 html 表中创建了一个 Json 字符串 How to convert the following table to JSON with javascript?.
现在,当我的字符串如下所示时,如何在 java 中读取此内容:
{"myrows": [{
"Event type":"Vitality Health Check",
"Estimated number of insured employees":"100",
"Estimated number of uninsured employees":"100",
"Cost per Uninsured employee (incl VAT)":"10000",
"Estimated total cost for uninsured employees (incl VAT)":"10000"
}]
}
谢谢。
【问题讨论】:
-
感谢您编辑 Arek。下次记得。