diff --git a/examples/04_load_and_save.html b/examples/04_load_and_save.html new file mode 100644 index 0000000..847174c --- /dev/null +++ b/examples/04_load_and_save.html @@ -0,0 +1,61 @@ + + + + JSONEditor | Load and save + + + + + + + + + +

Load and save JSON documents

+

+ This examples uses HTML5 to load/save local files. + Powered by FileReader.js and + FileSaver.js.
+ Only supported on modern browsers (Chrome, FireFox, IE10+, Safari 6.1+, Opera 15+). +

+

+ Load a JSON document: +

+

+ Save a JSON document: +

+ +
+ + + + + +