Thanks for linking that thread, I figured out what was wrong. In Read File to Variable "JSON" the Read file was:
~/Desktop/FamilyGuy/%Variable%subfolder%/character.json
instead it should be:
%Variable%subfolder%/character.json
As the subfolder
variable included the full path, not just the subfolder name.
Thank you so much for all your help, really appreciate it!