Home / Questions / Other JSONDecodeError का common कारण क्या है? इसका मुख्य कारण क्या है? Other 0 Views Verified JSONDecodeError का common कारण क्या है? इसका मुख्य कारण क्या है? #python #error #debugging #exception #solution Sarkari Result QA Bank Editorially reviewed exam information Share
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 Python always rejects JSON Python always rejects JSON Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified JSON must be a Python tuple JSON must be a Python tuple Additional Explanation यह विकल्प सही समाधान नहीं है।