Accessing keys inside keys in a JSON variable.
sample JSON -
I want to access the value of
j_key
and this JSON is saved in a variable. How do i access?2 Replies
We advise against storing JSON in a variable. Because variables can only contain a string or a list of strings