Prakash

Prakash

  • NA
  • 258
  • 78.4k

Read value from key value string

Mar 16 2017 5:46 AM
Hello experts
 
i want to read key and value from below string
 
{"status":"fail","errorCode":-13,"message":"Data is missing"} 
 
 
 
i want to store seprate value in seprate variable
 
 
like
 
string status = fail 
string errorCode = -13
string  message = Data is missing 
 
 
help me please
Thanks 

Answers (1)