this is my code which prints below output on the alert.
alert(JSON.stringify( args.errors,null,4));
this is the output.
{
"Weight":{
"errors":[
"Hello My name is John"
]
}
}
I just want "Hello My name is john" in the alert box. Any help will be great