From f567fc4db536a2c513f2b9e357c511b3ecb39114 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 22 Aug 2013 11:11:03 +0100 Subject: changed option name in json output --- rotord/src/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index cd4edb0..9db32b3 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -1013,7 +1013,7 @@ namespace Rotor { attribute["value"]=attr.second->value; if (attr.second->vals.size()){ //document attribute enumeration attribute["type"]="enum"; - attribute["attribute"]=Json::arrayValue; + attribute["options"]=Json::arrayValue; for (auto val: attr.second->vals){ attribute["attribute"].append(val); } -- cgit v1.2.3