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