Log in
Log into community
Share feedback, ideas and get community help
Most posts
Powered by
Hall
Home
Members
ahsmha
a
ahsmha
Offline
, last seen 2 months ago
Joined September 10, 2024
Contributions
Comments
Replies
a
ahsmha
3 months ago
·
Accessing keys inside keys in a JSON variable.
sample JSON -
Plain Text
Copy
{ "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