As long as the json you load is the same format as the json you saved from the dictionary it should work. You can’t just load a general json into a dictionary.
Presumably, if I'm downloading Dictionary.AsJSON, it would already be in the same format? How can I ensure that the format is consistent across downloads and uploads?