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

kgo.RecordReader: support %v{json} to read json values #551

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Conversation

twmb
Copy link
Owner

@twmb twmb commented Aug 30, 2023

This also handles arbitrary spacing, so { "foo": true } reads (and can then be produced as) {"foo":true}.

twmb added 2 commits September 1, 2023 21:01
This also handles arbitrary spacing, so `{  "foo": true }` reads (and
can then be produced as) `{"foo":true}`.
@twmb twmb merged commit d762f76 into master Sep 21, 2023
6 checks passed
@twmb twmb deleted the format_read_json branch September 21, 2023 01:25
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