From bb53153d3b103596c6ea74c1aeff9c77ac25baf3 Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 21 Jul 2014 21:04:11 +0200 Subject: [PATCH] Added an example showing how to load/save local files --- examples/04_load_and_save.html | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 examples/04_load_and_save.html 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: +

+ +
+ + + + + +