If you're certain of the type and you don't want t...
# announcements
a
If you're certain of the type and you don't want the warning you can use the library extension function `unsafeCast`;
it?.unsafeCast<Json>()
(or something like that)