For hierarchical structures, connect keys with dots to create access strings. For example:
{
"obj": {
"prop": "abc"
}
}
In this case, the access string is `obj.prop`.
For hierarchical structures, connect keys with dots to create access strings. For example:
{
"obj": {
"prop": "abc"
}
}
In this case, the access string is `obj.prop`.