dmillett/jig

Update Groovy JSON for 'structures' key generation

Opened this issue · 0 comments

Update the JSON flattener to ignore "config" and "structures" json map key names when flattening to produce keys in the same fashion as XML flattener.

current:
"config.structures.some.value.here" : "42"

"structures.some.value.here" : "42"