JSON value substitution in bitbucket pipeline
I have a JSON file "appSettings.json" which has the following content:
{
"Branch": {
"Name": "test"
},
}
My question is, how do I set the value "Branch.Name" to something else when running the bitbucket pipleline?