1 jsonview plugin for DokuWiki 2 3 View JSON data in an expandable tree 4 5 All documentation for this plugin can be found at 6 https://www.dokuwiki.org/plugin:jsonview 7 8 If you install this plugin manually, make sure it is installed in 9 lib/plugins/jsonview/ - if the folder is called different it 10 will not work! 11 12 Please refer to http://www.dokuwiki.org/extensions for additional info 13 on how to install extensions in DokuWiki. 14 15 Tree view code uses jsonTreeViewer https://github.com/summerstyle/jsonTreeViewer 16 17 ---- 18 Copyright (C) Andreas Gohr <dokuwiki@cosmocode.de> 19 20 This program is free software; you can redistribute it and/or modify 21 it under the terms of the GNU General Public License as published by 22 the Free Software Foundation; version 2 of the License 23 24 This program is distributed in the hope that it will be useful, 25 but WITHOUT ANY WARRANTY; without even the implied warranty of 26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 GNU General Public License for more details. 28 29 See the LICENSING file for details 30