Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Accessing keys inside keys in a JSON variable.
Accessing keys inside keys in a JSON variable.
Inactive
0
Follow
a
ahsmha
3 months ago
ยท
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?
B
2 comments
Share
Open in Discord
B
Baptiste
3 months ago
We advise against storing JSON in a variable. Because variables can only contain a string or a list of strings
B
Baptiste
3 months ago
See:
https://docs.typebot.io/editor/variables#valid-value-types
Add a reply
Sign up and join the conversation on Discord
Join on Discord