do you mean a URL of an image contained within JSON data, or do you mean the actual image stored as JSON data? I'm not sure if it would be possible, but if it is the actual data, you could try writing it to tmp:/ with writeAsciiFile and see if it can be used.
- Joel