Hi Team,
Please help me to extract the specific value from the JSON object
My HTTP request output is as shown below
@“{”“projects”“: {”“project”": [
{
““domain-name””: ““MIGRATION””,
““create-from-domain””: ““restored””,
““is-auto-mail-enabled””: false,
““description””: ““Created on 7/31/2020 12:18:10 PM””,
““db-server-name””: "“almawssqld01"”,
““uid””: ““518f0d59-d2c6-42af-8d23-0ce60e27f647"”,
““id””: 73,
““users-quota””: -1,
““domain-id””: 5,
““is-qpm-auto-calc-enabled””: true,
““is-active””: false,
““is-unicode””: false,
““db-name””: ““training_workflow_db””,
““version””: ““15.00"”,
““search-language””: ““English””,
““project-type””: ““Standard””,
““is-template””: false,
““exception-file””: “”””,
““is-db-native-auth””: false,
““db-type””: 2,
““name””: ““Workflow””,
},
I need the Domain name as output.
Kindly help on this
Thanks