Unexpected end when deserializing object. Path 'password', line 1, position 122.
It is getting error due to incomplete json formate or no endobject
Ex:-
{
"username":"abcd123",
"password":"abcd123"
Above we missed the end brace ( "}" ). So due to this we are getting this error.
No comments:
Post a Comment