{ "errors":
          [
            { "value":"k@d.c",
              "msg":"Email is not valid",
              "param":"email",
              "location":"body"
            }
          ]
 }
I wanna extract the msg from this json object. How do i do this?
 
     
     
    