LimeSurvey: 2.05 8a51b7ef

Author Committer Branch Timestamp Parent
sparkbird sparkbird 2.05 2013-08-21 12:11 2.05 9277690d
Changeset

added json export capability

Now lime survey can be exported in json format also.
Added a simple private method that will convert xml to json.
the survey is first exported into xml using the current available functionality, and then later just translated to json and then output.

mod - application/controllers/admin/export.php Diff File