We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While Making a call to 10.0.0.x/api/rgb?apikey=password with header "Accept: application/json" the returned data is: { "rgb": #FF0000 }
The RGB value needs to be within double quotes since it is a string. Thanks! -Brad
The text was updated successfully, but these errors were encountered:
Use double quotes in JSON for non-numeric values (#929)
f651f5f
Fixed in dev branch. Staged to be released.
Sorry, something went wrong.
xoseperez, thank you.
No branches or pull requests
While Making a call to 10.0.0.x/api/rgb?apikey=password with header "Accept: application/json"
the returned data is: { "rgb": #FF0000 }
The RGB value needs to be within double quotes since it is a string. Thanks! -Brad
The text was updated successfully, but these errors were encountered: