In the domain/host model there is an extra boot-time attribute next to value
On 18 May 2011, at 12:30, Heiko W.Rupp wrote:
Am 18.05.2011 um 13:24 schrieb Kabir Khan:
> "system-property" => {
> "foo" => {"value" => "bar"},
> "key" => {"value" => "value"}
Why the extra "value=>" ? They are already grouped below
"system-property" and would directly be a map
> "system-property" => {
> "foo" =>"bar",
> "key" => "value"
> }