2010-11-25

v2 in progress

JSONpad v2 is in progress! :D

So here is a short overview from the changes:

The most important change will be that finally the editor works in the browser and as air application from (mostly) the same code.

Another bigger step is that you can start the editor in multiple tabs. So now you can edit/view more than one JSON string at the same time ;D.

I also updated many stuff from 3rd party code like CodeMirror, Adobe® Air®, and more. Many things are faster now.

And maybe, but not for sure at the moment, i will include another design than the extJS default.

Oh yes and i forgot, JSONpad will become a GIThub project soon :)

Can't say exactly the time when i'll release it, but it should be this year!

greetings
Chris

2010-10-07

v1.3.5 is online!

Changelog
  • Bugfix for "0" and "1" strings
  • Added a "New" option at "File" which clears the form and the tree
  • NArrays and objects inside arrays have now an index number in the tree

2010-09-26

v1.3.4 is online!

Changelog
  • Bugfixes at the tree form

2010-09-22

v1.3.3 is online!

Changelog
  • Register .json files for JSONpad
  • Updatet extern stuff like json2 parser, codemirror, jslint
  • New settings window available at help menu
  • Two validation levels (strict/low) available now.
  • Cast all values from a xml to string values inside the json

2010-07-03

v1.3.2 is online!

Changelog
  • Fetch JSON string from url
  • Save JSON string as text file method
  • Again a bit code re-design