Re: The differences between json.dumps and json.loads.

2019-09-13 Thread Cameron Simpson
On 14Sep2019 02:18, Hongyi Zhao wrote: I'm very confusing on the the differences between json.dumps and json.loads. Any hints? The direction. json.dumps takes an object and transcribes it as a string. "Dump to string." json.loads takes a string and decodes it as JSON

The differences between json.dumps and json.loads.

2019-09-13 Thread Hongyi Zhao
I'm very confusing on the the differences between json.dumps and json.loads. Any hints? -- https://mail.python.org/mailman/listinfo/python-list