Share feedback, ideas and get community help

F
M
a
g
E
Members
ahsmha
a
ahsmha
Offline, last seen last month
Joined September 10, 2024
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?
2 comments
B