Python Read/Write JSON1. json.dumpsconvert dictionary to string in Python
import json
test_dict = {
'info': [
2021-02-25