Hi, great plugin… i see early on in this thread you added support for nested json - can you tell me/point me at how to access the nested data? For eg: get the ID below…
{
"user": {
"data": {
"ID": "1"
}
}
}
I want to get user.data.ID
Thanks!
Ant