You can use jsonpickle for this.
import jsonpickle
products = shopify.Product.find()
products_page_json =jsonpickle.encode(products)
You can use jsonpickle for this.
import jsonpickle
products = shopify.Product.find()
products_page_json =jsonpickle.encode(products)