Share feedback, ideas and get community help

a
ahsmha
Offline, last seen 2 months ago
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