JSON + Socket

Hi all,

I have to send an image in json format by socket, please, how can I do it? i'm really lost.

Thanks in advanced.
Where do you want to send it?
you can use base64-serialization for the binary data (the image)

checkout this for an example using boost http://www.codeproject.com/Articles/20027/JSON-Spirit-A-C-JSON-Parser-Generator-Implemented
Topic archived. No new replies allowed.