You need to sign in to do that
Don't have an account?

How to convert JSON string to Object
[ { "Id":"a0F7F000006lv7OUAQ", "Name":"Lightning Arrester(ESE Type (50 m -3 Nos , 65m - 3 Nos , 100 m - 6 Nos , 107 m -", "Price__c":2998, "Stage__c":"Civil Works", "Quantity__c":"43" }, { "Id":"a0F7F000006lv7EUAQ", "Name":"Safety Lifelines", "Price__c":20, "Stage__c":"Civil Works", "Quantity__c":"45" } ]
i have records of custom object with apiname productRenew__c in json string formate and i want to convert this json to corresponding object so that i can save the records to the db
Please Help
Thanks in advance
[ ] = array of objects { } in Json.
Just replace: Account with productRenew__c.
All Answers
[ ] = array of objects { } in Json.
Just replace: Account with productRenew__c.