I am getting a JSON like this:
{
response = {
message = (
"Permission denied, you do not have permission to access the requested page."
);
};
}
I want to print:
"Permission denied, you do not have permission to access the requested page."
How can I get the value?