QuestionQ156
Software Development and DesignWhich Python function parses a string containing JSON data into a Python dictionary?
- A json.dumps()
- B json.to_json()
- C json.parse()
- D json.loads()
Which Python function parses a string containing JSON data into a Python dictionary?
Community Discussion