Skip to content
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

Add JSON.Writer. #16

Merged
merged 2 commits into from
Feb 25, 2023
Merged

Add JSON.Writer. #16

merged 2 commits into from
Feb 25, 2023

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Feb 25, 2023

This class can be used directly by the caller to write arbitrary data, or can be used with the standard TraceData.Observer pattern to emit JSON for a type that conforms to the TraceData trait.

This class can be used directly by the caller to write arbitrary data,
or can be used with the standard `TraceData.Observer` pattern to emit
JSON for a type that conforms to the `TraceData` trait.
@jemc jemc self-assigned this Feb 25, 2023
Prior to this commit, some of the data types weren't implemented yet.
@jemc jemc merged commit d7d5f00 into main Feb 25, 2023
@jemc jemc deleted the add/json-writer branch February 25, 2023 07:41
@jemc jemc mentioned this pull request Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant