mimicahill Posted October 27, 2015 Share Posted October 27, 2015 Is this possible? Can import json array, but can it be done backwards? Link to comment Share on other sites More sharing options...
Skeptron Posted October 27, 2015 Share Posted October 27, 2015 Could you please give a little bit more details about your problem please? I don't quite understand what you're trying to do. Link to comment Share on other sites More sharing options...
in mono Posted October 27, 2015 Share Posted October 27, 2015 It has nothing to do with Phaser. Just use JSON.stringify().> JSON.stringify({ a : 2, b : 3, c : 9})< "{"a":2,"b":3,"c":9}" Link to comment Share on other sites More sharing options...
Recommended Posts