From 650e61b0f863e5f90e75ae3d4992f45919f0d9ba Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Tue, 29 Sep 2015 21:20:59 +0000 Subject: [PATCH] Updated json syntax --- src/zutil/plugin/plugin.json.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/zutil/plugin/plugin.json.example b/src/zutil/plugin/plugin.json.example index 15b72cd..5af4f95 100644 --- a/src/zutil/plugin/plugin.json.example +++ b/src/zutil/plugin/plugin.json.example @@ -1,8 +1,8 @@ { - version = 1.0, - name = "Nice name of Plugin" - interfaces = [ - {"plugin.interface.class" = "plugin.implementation.class"}, - {"wa.server.plugin.WAFrontend" = "wa.server.plugin.apache.ApacheFrontend"}, + "version": 1.0, + "name": "Nice name of Plugin", + "interfaces": [ + {"plugin.interface.class": "plugin.implementation.class"}, + {"wa.server.plugin.WAFrontend": "wa.server.plugin.apache.ApacheFrontend"} ] } \ No newline at end of file