0

I need to convert a JSON string to a JSON object in Python.

My JSON string looks like

'{"button1": "yes", "channel": "rules-test-channel"}'

I need to convert this string to a JSON object where my end result should look like

{"button1": "yes", "channel": "rules-test-channel"}
codeforester
  • 39,467
  • 16
  • 112
  • 140
Arulvelu
  • 7
  • 1
  • 7

0 Answers0