In 4.3 we are using `org.json.JSONObject` under the hood. Thus using something like below should help.
```
from org.json import JSONObject
client_info = JSONObject('{ "client_id_1": { "roles": ["some_role"], "attribute_1": "some value" } }')
responseAsJsonObject.accumulate("resource_access", JSONObject)
```