Skip to content
Advertisement

Tag: soql

Pull values from string to assign into an array

I’ve got a project where I’m pulling data from SOQL using salesforce’s RestAPI. I’ve cleaned up the response and this is what I’m currently working with: I’m working in PHP and I’d like to build an array based off this data. For example: Anyone have suggestions for this? I’ve tried doing some regex but I don’t think it’s the right

Advertisement