I started to use json.dumps to put things in a SQLite database. But I think it would be handy when it would be easy to change the values manually.
When I have a value dummy which contains: ['An array', 'with several strings', 'as a demo'] Then json.dumps(dummy) would generate: '["An array", "with several strings", "as a demo"]' I would prefer when it would generate: '[ "An array", "with several strings", "as a demo" ]' Is this possible, or do I have to code this myself? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof -- https://mail.python.org/mailman/listinfo/python-list