aboutsummaryrefslogtreecommitdiffstats
path: root/utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json
blob: c1738176ef9eb525212aabb8e1352188be278964 (plain)
1
2
3
4
5
6
7
8
9
{
    "aaString": "abcd",
    "anInteger": 90,
    "aaBoolean": true,
    "aaCollection": [ {
        "subItemString": "defg",
        "subItemInteger": 1200
    }]
}