I want to send
{state:success,value:i} // i is a float, take values from some function
like the JSON template format over TCP server socket, if I don't use the JSON library can I create and send JSON template in string or char array?
Last edited on
@helios thank you for replying to my question