easy_localization
easy_localization copied to clipboard
support Json List
Easy localization can only recognize json files with a json map structure.
However, not all json files have a map structure.
Modified to recognize json file of json list type.
If the row of the json list is a json map, the first key of the map's key iterator is used to store the row as a key and value in the json map.
thanks.