for example, read the json file in build.gradle and use the json values ββas lines in the file
{ "type":"xyz", "properties": { "foo": { "type": "pqr" }, "bar": { "type": "abc" }, "baz": { "type": "lmo" } } }
I need to call properties.bar.type , and abc should be replaced there.
I need to convert these values ββto string and use in the build.gradle file
source share