I am packaging an image into jSON and sending it to the client .... On the client side I wish to display this data as a image ...
I am not sending the Image URL via JSO
You can accomplish this with data URL's in all browsers save for IE7 and below. The basic format is this:
You can read more about it here: http://www.websiteoptimization.com/speed/tweak/inline-images/