When I try to access data from a json file that I loaded using the LoadFile command, using the command GetString, no matter what path I set, I always get the error:
ERROR: [json.exception.type_error.302] type must be string, but is null
When I dump the json file to a string, using Dump( ), the...