我按照地图:
{
errors=[],
warnings=[],
items=[{
itemKey=3806,
errors=[],
warnings=[<span style="color: #000;">Der Titel ist im Unternehmen bereits vorhanden.</span>]
}],
surchargeItems=[{
parentConfigurationKey=3806,
surchargeDescription=Logistikkosten,
surchargePrice=1.00,
surchargeCurrencyId=EUR}]
}
在调用 grails.converters.JSON 类的方法解析时,我有以下异常:
org.codehaus.groovy.grails.web.json.JSONException:在{errors = []的第79个字符处预期为','或']',warnings = [],items = [{itemKey = 3806,错误= [],警告= [
我如何解析json包含的html? THX!