http://dev.grumpyferret.com/unity/ |
Usage: parser=new XMLParser(); |
var node=parser.Parse("<example><value type=\"String\">Foobar</value><value type=\"Int\">3</value></example>"); |
Usage: var hash=JSON.ParseJSON(jsonString); |
e.g. var hash=JSON.ParseJson("{ test:\"thing\", an_array:[ \"one\",\"two\",\"three\"]}"); |
Debug.Log(hash["test"]); |
by: 发表于:2017-10-11 09:35:45 顶(0) | 踩(0) 回复
??
回复评论