Visual Studio Code – VSCode python print object as object not string, similar to node.js
VSCode, node.js script, run with debugger on and a breakpoint on the last line: const obj = { key1: 'value1', key2: 'value2' }; console.log(obj); console.log(JSON.stringify(obj)); console.log(''); produces this, in the interactive console: note the first output is the object in…