How to convert JSON object into string using python. Can any one help? I need this object to be converted into string.
products = [
{'id':01,'description':'Hair tonic','price':'$20'},
{'id':02,'description':'Hair Shampoo','price':'$25'},
{'id':03,'description':'Hair Comb','price':'$10'},
]