JSONDecode error

after importing json and opening file and running it shows jsondecode error :

JSONDecodeError: Expecting value: line 4 column 17 (char 52)

Hey @adirayer

The probable cause of this error is that the JSON you are trying to load is not valid JSON.
You can verify if the contents of your JSON file are vaid or not here.

Hope this helps!