Hi everybody !
since v9, the json format in snap has changed. now, it’s formatted with spaces and carriage return.
i want to store costumes (pixels of costume) in the browser storage.
![]()
look at the length of the string in v8:

since v9:
look at the length of the string in v9: 4.4 times bigger than in v8 !!!
In v8 i can save a costume but not in v11 because of the size of the json…
How i can get a json like v8 in v11 ?
(I could probably manually remove all the spaces and line breaks, but…)
Thank’s in advance !





