Add JSON output property to convert enclosed attribute groups to inline properties.

Description

(Imported from Google Code)
Currently, attribute groups are enclosed in a named property like this, to match the class structure of DDMSence:

{
"security": {
"excludeFromRollup": true,
"securityAttributes": {
"classification": "U",
"ownerProducer": [
"USA"
]
}
}
}

It would be useful to provide a configurable property that converts this to inline attributes, for easier traversal:

{
"security": {
"excludeFromRollup": true,
"classification": "U",
"ownerProducer": [
"USA"
]
}
}

Activity

Show:

Brian Uri May 30, 2014 at 10:26 PM

Complete in rev 926.

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created May 30, 2014 at 8:38 PM
Updated April 5, 2015 at 2:25 PM
Resolved April 5, 2015 at 2:25 PM