Heroes of the storm icons

broken image
broken image

parse the json file using HeroDataDocument heroDataDocument = HeroDataDocument. Each provide static multiple Parse methods to parse the json files.Įxample usage for parsing a non-localized json data file. There is a DataDocument class for each json data file.

broken image
broken image
broken image

If using localized-text, the command localized-json must be used to convert the gamestring text files into json files.Īnother choice instead of using HDP is to use the already extracted data files at heroes-data. If there is only going to be one supported locale, then have HDP leave it as is, otherwise include the option -localized-text. The gamestrings can be either part of the json data files or be in localized form. NET library that parses the json data extracted from Heroes Data Parser and provides objects to easily access the data along with multi-localization support.