How can i Get a JSON structure response from the google gemini-pro-vision
google gemini_response is string I need in the JSON Structure like this { "Title": "chair", "Description": "A wooden chair with wheels", "Category": "Furniture", "Subcategory": "office stuff", "EstimatedPrice": "$10 - 20 " } I try the json_laod() to desearlize but my…