So you may have been frustrated when the Python repl and your IDEs should have autocompletion, but they simply don't autocomplete dictionary keys of a parsed json object while you're working with a novel or one off json object.
To see what I mean consider this repl session:
>>> import json
>>> params="""{"required_jobs":["bills"],"org_name":"Bank","allocation":{"targets":[]},