DRAG DROP
-
Drag and drop the code snippets from the bottom onto the blanks in the script to convert a Python object into a JSON string. Not all options are used.
DRAG DROP
-
Drag and drop the code snippets from the bottom onto the blanks in the script to convert a Python object into a JSON string. Not all options are used.
json json.dumps json_string https://www.w3schools.com/python/gloss_python_convert_into_JSON.asp
Converting Python object into a JSON string >> json.dumps Converting JSON string to Python >> json.load
json.loads() converts JSON strings to Python objects, while json.dumps() converts Python objects to JSON strings The correct is json json.dumps json.string
given answer is incorrect json json.dumps json_string
je pense que la reponse est juste, car il es dèja en Json --> python, donc c'est json_loads
ahh...err... agreed ?? :/