We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
json.dumps
SelfDescribingJson.to_string
Is your feature request related to a problem? Please describe.
This is just a nice to have. Useful for debugging the contents of an event or context.
Describe the solution you'd like
Allow passing the arguments for json.dumps in SelfDescribingJson.to_string.
snowplow-python-tracker/snowplow_tracker/self_describing_json.py
Lines 40 to 41 in 67642d2
Describe alternatives you've considered
I considered subclassing SelfDescribingJson, but this might be something others find useful.
SelfDescribingJson
Additional context
I can start working on a PR if this is something the maintainers are interested in having.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
This is just a nice to have. Useful for debugging the contents of an event or context.
Describe the solution you'd like
Allow passing the arguments for
json.dumps
inSelfDescribingJson.to_string
.snowplow-python-tracker/snowplow_tracker/self_describing_json.py
Lines 40 to 41 in 67642d2
Describe alternatives you've considered
I considered subclassing
SelfDescribingJson
, but this might be something others find useful.Additional context
I can start working on a PR if this is something the maintainers are interested in having.
The text was updated successfully, but these errors were encountered: