Your nested double quotes need to be escaped as "this is \"someQuotedText\" inside a string"
And these âslashesâ are actually âback-slashesâ and you should find a key on your keyboard to enter them in your code
These backslashes never really end up as part of the string but they are only a convention how to code quoted sub-strings inside a string.
This is something inherently C/C++ related and is nothing Particle specific, hence getting the C/C++ basics straight might be a basic step in order to successfully write C/C++ code
Please help me to solve the JSON parsing for 3 values from server side.
I dont know how to send the JSON string from ubuntu CLI please help me if you know