Skip to content

Instantly share code, notes, and snippets.

@jingwings
Created November 20, 2015 02:53
Show Gist options
  • Save jingwings/3552b94616c72dde029e to your computer and use it in GitHub Desktop.
Save jingwings/3552b94616c72dde029e to your computer and use it in GitHub Desktop.
json string demo
JSON样例:
{"keshi":"内科","data":[{"name":"心内科"},{"name":"心血管内科"},{"name":"高血压门诊"},{"name":"呼吸科"}],"doctors":[{"name":"徐光","speciality":"内分泌科","keshi":"妇科","level":"主任医生","icon":"icon.png","qr":"abc.png"},{"name":"徐光","speciality":"内分泌科","keshi":"妇科","level":"主任医生","icon":"icon.png","qr":"abc.png"}]}
校验 http://json.cn/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment