i am trying to place a JSON entry in yaml . but its not compiling . My expected yaml file is like below .
http:
port: "8081"
ABC:
CustomFieldJson: "[
{
"FieldName": "uw_firm",
"FieldValue" :"NULL"
},
{
"FieldName": "uw_type",
"FieldValue" :"Delegated"
}
]"
How i can fix this?