Not clear why ARTBaseMessage.extras
returns ARTJsonCompatible
#2002
Labels
enhancement
New feature or improved functionality.
From what I can tell,
extras
is always a JSONobject
(see TM2i), so I don't know why we have this indirection ofARTJsonCompatible
, which requires you to call-toJSON:error:
to get a dictionary out of it, and whose API suggests that it might throw even though it won't. Consider changing this type to something that directly represents a JSONobject
when we do a major release.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: