Python - Structured Data Files
Which of the following is the correct syntax to deserialize a JSON string
json_str into a Python object?json_str into a Python object?json.loads(), which takes a JSON string and returns Python data.json.dumps() serializes Python to JSON string, json.load() reads JSON from a file object, and json.deserialize() does not exist.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions