-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid JSON data when changing start menu icon #124
Comments
without seeing the rest, its most likely because styles have to be in sequential order. if your previous style was for example controlStyles[16].target, the next one would need to be controlStyles[17].target One other thing to watch out for is to make sure each line, except the very last one, ends with a comma |
Yeah, previously, the last one as 19, so I added this to the end as 20 and 21. I also made sure to add the comma to the previous last line that didn't have one, and my new last line doesn't have the comma. |
One hint is that GitHub colors parts of the JSON you posted in red. Quotes inside strings must be escaped - each quote must turn into You can also use one of the online JSON validators. Generally, the JSON wasn't designed to be modified by hand. It was designed to backup and share mod settings. Why not use the settings UI instead? |
ah of course, good catch |
I added the following to the bottom of my config JSON:
however I get "Invalid JSON data" error when trying to save it in Windhawk.
Does anyone know why?
The text was updated successfully, but these errors were encountered: