wwylele / mhrice

Monster Hunter Rise information website
http://mhrice.info
Apache License 2.0
106 stars 8 forks source link

how i can use this in my iOS app? #24

Open chr1s78 opened 2 years ago

chr1s78 commented 2 years ago

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?

wwylele commented 2 years ago

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?

wwylele commented 2 years ago

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.

chr1s78 commented 2 years ago

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 :(