commit | 513c8393de336d459837abe014ebd43494d16c08 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@hp.com> | Fri Jan 10 14:16:34 2014 +0000 |
committer | Andrea Frittoli <andrea.frittoli@hp.com> | Fri Jan 10 18:58:10 2014 +0000 |
tree | 7d69c59f36bd653fa6da65bc521218c85f4cf408 | |
parent | 8ceec466e6a0d3e116be381666eb2c84c6ac7310 [diff] |
Fixes handling of arrays in XML to JSON conversion The xml to json method in compute/xml/common.py has an option to specify which XML elements shall be translated to a list rather than a dict. The current implementation though applies only for the first level of elements and it's not passed down to children elements. Closes-Bug: #1267867 Change-Id: I70f6b95fbeac2a9e28e935e506ba43d183690994