https://bugs.kde.org/show_bug.cgi?id=383286

--- Comment #3 from Dominik Haumann <dhaum...@kde.org> ---
If it is in the same line like in your example:
{"node1":["child1","child2",],["other1","other2"],}

Then it will work.

However, as soon as you have
{"node1":[
     "child1",
     "child2",
  ],
  [
     "other1",
     "other2"],
}

Then it will not work anymore. Which is also kind of inconsistent... Not yet
convinced we should add this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to