You need to parse the json entries in a loop and set the values in the dictionary.
In json load completed parse the last data object from json and use a loop to iterate through the json values. You can use inner loops as well, but it's bot your case. Then set or add values in the dictionary.
The second method you can try is to define the dictionary and edit the json file associated with it and put your values there.