JSON is a very lightweight text serialization that can closely resemble your in-memory object structure. By Contrast XML support way more methods of serialization that are more complex and/or less clear in practice.
They could use a different file extension and even gzip the file as well. I often use line separated JSON+GZ as an interchange format for records.
Comments
Very cool! Now I want one which is a full online version :)
yay ! direct import into marvel app :)
Also, might be due to inexperience in the field but why import/export in JSON ?
JSON is a very lightweight text serialization that can closely resemble your in-memory object structure. By Contrast XML support way more methods of serialization that are more complex and/or less clear in practice.
They could use a different file extension and even gzip the file as well. I often use line separated JSON+GZ as an interchange format for records.
So you can load previous configured pages with its settings and mockups.
Dude imagine this: Canvas on top of this with free drawing and save the results in json-gz all in frontend technology. Save trees, unleash creativity!
Could hand made mockups (a la apple pen) be stored in json and be reproduced flawlessly ?