Json was not properly decoded

I modified Json file to create online Activation keys for 3 protected excel files, but always Message of "workbooks.json settings was not properly decoded.
I tried JSONLint for verifying, but still not fixed

Check whether you don’t have a BOM character. This error means that the PHP json_decode function was unable to process your JSON file.