This error occurs because you paste a second JSON after the first JSON.
What you should do is remove the last bracket of the first JSON and the first bracket of your second JSON, to have a single JSON in your JSON file (which is the indented use for .json files).