function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDave_126SFDave_126 

Issue with Heroku and Github.io JSON2Apex code generator

I'm working on parsing JSON output using the classes generated by the JSON2Apex code generators hosted on Heroku and GitHub.io and I'm running into an issue where the outputs from both generators are either not working correctly or they're missing pieces that are preventing it from fully working in Apex v43. I'm not sure if it'd be best to start posting raw code or explain the issue a bit more in detail. I got it partially working, but I had to "blend" the output from both solutions to get part of it working and I wasn't sure if anyone else is encountering something similar.