SarkariResultess QA Bank

JSONDecodeError का common कारण क्या है? interview में इसका सही explanation क्या होगा?

Other 0 Views Verified
JSONDecodeError का common कारण क्या है? interview में इसका सही explanation क्या होगा?
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified Correct Answer

JSON text is malformed or contains invalid JSON syntax

JSON text is malformed or contains invalid JSON syntax
Additional Explanation
Malformed JSON को parse करने पर JSONDecodeError आता है।
Verified

json.loads only accepts integers

json.loads only accepts integers
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

JSON must be a Python tuple

JSON must be a Python tuple
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

Python always rejects JSON

Python always rejects JSON
Additional Explanation
यह विकल्प सही समाधान नहीं है।