Commit d25674a9 authored by scjtqs's avatar scjtqs

json 初步支持

parent 0133944c
......@@ -170,7 +170,17 @@ Type: `xml`
###json消息支持
json中的","逗号,需要转义成`,`,否则无法正确得到解析
json中的字符串需要进行转义:
>","=>`,`、
>"&"=> `&`、
>"["=>`[`、
>"]"=>`]`、
否则无法正确得到解析
## API
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment