JSON parse error: Unexpected character ('L' (code 76)): was expecting double-quote to start field na

 

1. The reason for the error: JSON format writing error

{
  "FirstNameCn":"zh",
  "FirstNameEn":"Progress",
  LastNameCn:"zh",
  LastNameEn:"in",
  age:40,
  appntCustomerNo:"F77",
  birthday:"",
  gender:"F",
  nationalityCode:"PRC",
  nationalityName:"people",
  occupationCode:"148",
  occupationName:"glass",
  placeOfResidency:"2",
  relationToAppnt:1,
  smokingStatus:1,
  type:"add"
}

 

 2. Solution

Guess you like

Origin blog.csdn.net/weixin_45450428/article/details/105847426