-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print transactions in JSON format #137
Comments
👋 @mailtobash I don't believe we have something like this in the python SDK, though we do have similar methods in some of the other SDKs (though they're not well-maintained at this point in time). I'll leave this open so we can track interest, but I don't have an ETA on when this would be released. |
If anyone is interested, below is how I implemented a JSON serializer to convert to JSON and write a JSON array to a file.
|
for internal tracking, ticket 1941 |
This is something we are looking for as well please |
If anyone is still interested in modifying braintree objects to dict or json, here is my solution:
|
We are writing a connector to write JSON files of transactions that we search in the past day.
Version 3.57.1
Returns :
Is there a way to format it as JSON? I tried emulating the
__repr__
method but it is still printing bjects like StatuEvent as<StatusEvent ..... at 1214132321>
Here is what I tried:
Thank you
The text was updated successfully, but these errors were encountered: