- Home /
parse json
I tried to parse data response from server with json format.
In Unity3d i search on Internet and find LitJson but i don't know how to use it to parse this data.
Could you show me how to use LitJson or another way to parse json in unity3d.
Thank you so much
Answer by podperson · Dec 29, 2012 at 09:33 PM
I don't have the rep to even vote up the previous answer (too long away from the community I guess) but I've updated JSONParse to be a lot more pleasant to use and robust, see this link:
https://github.com/tonioloewald/jsonparse (I've also edited the wiki entry to point to it).
Your answer
Follow this Question
Related Questions
Using JSON to get tree data into JavaScript objects 3 Answers
How can I find specific parts of an XML and feed them into dialogue? 2 Answers
JSon parser for iMac -1 Answers
JSON in Unity JavaScript 1 Answer
How to parse json object in unity (2D) javascript? 2 Answers