wwylele/mhrice

how i can use this in my iOS app?

chr1s78 opened this issue · 3 comments

now i download the *.json file and read it in iOS app, i wonder if there is other way to fetch the info such as armors、skills and so on?

Hi, which iOS app are you talking about? The mhrice project maintained here doesn't include an iOS app. Or are you developing your own app based on the json file?

The json file unfortunately doesn't have a stable, documented schema yet. You can find its layout by reading the Pedia type in the code. Unfortunately I have to use the "code as documentation" excuse here. You can check the gen_pedia_ex to learn how to preprocess the json file, and then each gen_... file in the same folder to see how to convert the data into readable format.

yes, i develop my own app base on this json, thank you for the reply.
The json file is great, but hard to decode in swift :(