Share feedback, ideas and get community help

F
M
a
g
E

Accessing keys inside keys in a JSON variable.

sample JSON -
Plain Text
{
  "o_key": {
    "i_key": {
      "j_key": "hi"
    }
  }
}

I want to access the value of j_key and this JSON is saved in a variable. How do i access?
B
2 comments
We advise against storing JSON in a variable. Because variables can only contain a string or a list of strings
Add a reply
Sign up and join the conversation on Discord
Join