Within my meteor project, I have a paragraph in HTML containing a JSON value as follows:
{"Active Template Id":"6467","Shirt Brand":"levis","ProductId":"EB301","Brand":"on","Material":"cotton","Price":"1800","Combo Id":"S90"}
I am looking to store this value within the "products collection" in the database. However, I am struggling to find the precise solution to accomplish this.