Home / Questions / Other Python object को JSON string में कैसे बदलते हैं? — error आने पर developer क्या करे? Other 0 Views Verified Python object को JSON string में कैसे बदलते हैं? — error आने पर developer क्या करे? #python #python programming #coding #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified json.dumpString(data) json.dumpString(data) Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified json.stringify(data) json.stringify(data) Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer json.dumps(data) json.dumps(data) Additional Explanation json.dumps Python object को JSON string बनाता है। पहले traceback की exact line और input value check करें।