I\'m accessing customer data from the Stripe API, which I\'d like to convert to JSON. Usually I\'d convert an object to an array and use json_encode() but I don
json_encode()
This is already in a JSON format so you do need to convert it again into json_encode() just pass it into your script