easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

support Json List

Open levinyu-TagBy opened this issue 8 months ago • 0 comments

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.

levinyu-TagBy avatar Jun 09 '24 05:06 levinyu-TagBy