and so long as item is a final reference you can d...
# getting-started
t
and so long as item is a final reference you can do a cast on one line and smart cast will work from there down.
Copy code
item as LinkedTreeMap<String, Any>
item["id"] = "foo"