libvirt/tests/virjsondata
Peter Krempa 428d175206 util: json: Recursively deflatten objects virJSONValueObjectDeflatten
If a value of the first level object contains more objects needing
deflattening which would be wrapped in an actual object the function
would not recurse into them.

By this simple addition we can fully deflatten the objects.
2017-07-11 14:20:05 +02:00
..
deflatten-basic-file-in.json
deflatten-basic-file-out.json
deflatten-basic-generic-in.json
deflatten-basic-generic-out.json util: json: Properly implement JSON deflattening 2017-07-11 14:13:35 +02:00
deflatten-concat-double-key-in.json
deflatten-concat-in.json
deflatten-concat-out.json util: json: Properly implement JSON deflattening 2017-07-11 14:13:35 +02:00
deflatten-deep-file-in.json
deflatten-deep-file-out.json util: json: Properly implement JSON deflattening 2017-07-11 14:13:35 +02:00
deflatten-deep-generic-in.json
deflatten-deep-generic-out.json util: json: Properly implement JSON deflattening 2017-07-11 14:13:35 +02:00
deflatten-double-key-in.json
deflatten-nested-in.json
deflatten-nested-out.json util: json: Recursively deflatten objects virJSONValueObjectDeflatten 2017-07-11 14:20:05 +02:00
deflatten-unflattened-in.json
deflatten-unflattened-out.json