Right now `JSONObject.ns` returns `[AnyHashable: Any]`. This should probably return `[String: Any]` instead.
Right now
JSONObject.nsreturns[AnyHashable: Any]. This should probably return[String: Any]instead.