I see an interesting public function in the header code at line 190
//Renders a aJsonObject directly to a output stream
char stream(aJsonObject item, aJsonStream stream);
I assume this saves rendering the JSON output to a char* before sending to the client.
Does anyone have a working example of this?
I see an interesting public function in the header code at line 190
//Renders a aJsonObject directly to a output stream
char stream(aJsonObject item, aJsonStream stream);
I assume this saves rendering the JSON output to a char* before sending to the client.
Does anyone have a working example of this?