So I have a server on my computer with a basic json file.
The file has an object which has a value, and when i put the value as a number, the if comparison worked flawlessly, but once i want to replace the number with the word "success", it just wouldnt work
but when i write Serial.print(statusresult);
it gives me a random number, sometimes 5, sometimes 9, sometimes 6, etc...
when i set the validation in the json file to a number, the if comparison works and continues with the code, its just when i changed it to a word it stopped working.