Please do not paste raw code in the editor whicih appear unreadable.
{
“success”: true,
“errors”: ,
“messages”: ,
“result”: {
“id”: “development_mode”,
“value”: “off”,
“editable”: true,
“modified_on”: “2014-01-01T05:20:00.12345Z”,
“time_remaining”: 3600
}
}
Instead, wrap code with ``` symbol and make it beautiful.
{
"success": true,
"errors": [],
"messages": [],
"result": {
"id": "development_mode",
"value": "off",
"editable": true,
"modified_on": "2014-01-01T05:20:00.12345Z",
"time_remaining": 3600
}
}
This looks easy to read compared to the raw code.
Thanks & Regards,
Anonymous