JSON parsing in Apex, a developer’s nightmare :( Winter’12 release I badly need you !

CEO

Today I stumbled upon a requirement to parse JSON in Apex. I was happy about the fact that I know there is a cool open source library calledJSONObject, that will do all the heavy lifting of JSON parsing and another more cooler native JSON parser is lined up in coming winter'12 release.

I was able to quickly setup the web service fixture using all goodness of dependency injection for callouts in apex.

Read More: https://abhinav.fyi/json-parsing-in-apex-a-developers-nightmare-winter12-release-i-badly-need-you/

Abhinav Gupta

First Indian Salesforce MVP, rewarded Eight times in a row, has been blogging about Salesforce, Cloud, AI, & Web3 since 2011. Founded 1st Salesforce Dreamin event in India, called “Jaipur Dev Fest”. A seasoned speaker at Dreamforce, Dreamin events, & local meets. Author of many popular GitHub repos featured in official Salesforce blogs, newsletters, and books.

https://abhinav.fyi
Previous
Previous

Visualforce Code Templates/Snippets for Force.com IDE !

Next
Next

Apex inheritance – Extending managed package abstract/virtual classes & interfaces !