Here is my Json data:
[{"ok" : false,
"details" : [{"n" : "Email",
"v" : "The email address you entered is not correct."},
{"n" : "NameFull",
"v" : "Please enter your full name."}]
}]
I found read sigle-level Json data is super-easy but for multi-level data like above I couldn't find an answer by search the internet. I just want to read above values. Like reading value from "n" and "v" under the "details".