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
cJSON.c line 231 : object->valueint = cJSON_Number;
may be it is type?
object->type = cJSON_Number; object->valueint = number;
The text was updated successfully, but these errors were encountered:
ef34500
This stuff happens with autocompletion. Really embarassing. I wonder why nobody noticed this before.
I definitely should add some tests for cJSON_SetNumberHelper.
Sorry, something went wrong.
cJSON_SetNumberHelper: Fix valueint, closes DaveGamble#138
7e08573
Thanks @mmkeeper
No branches or pull requests
cJSON.c line 231 :
object->valueint = cJSON_Number;
may be it is type?
object->type = cJSON_Number;
object->valueint = number;
The text was updated successfully, but these errors were encountered: