I have a json file with contains the data as follows:
{
“type”:“xyz”,
“properties”: {
“foo”: {
“type”: “pqr”
},
“bar”: {
“type”: “abc”
},
“baz”: {
“type”: “lmo”
}
}
}
I want to read these values as strings in my build.gralde file
How can I achieve this