load image from JSON file

 

HI @ Aximmetry 

am trying to load  an image from JSON  file  but get no output.

What could i be doing wrong.Or what should i do to make it  load?


   iGabantu Studios

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

In JSON you can not write the \ character in values or names. Just like you can not write the " character as JSON uses it for its own structure.

So instead of D:\Projects\MyImage you have to write D:\\Projects\\MyImage in your JSON file.

If you are using Aximmetry to generate this JSON file with the path inside it. You can use the Text Escape module before the JSON Exporter to automatically put the extra \ into the paths.

Warmest regards,

;