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
I'm trying ffjson in a project of ours but found that it sometimes emits extra spaces after the opening brackets in the generated JSON:
{ "origin":"fake-origin-1","logMessage":{ "message":"aGVsbG8="}}
I couldn't quickly come up with a minimal test case, but I pushed my WIP branch to Github:
https://github.com/rakutentech/kafka-firehose-nozzle/blob/misc-improvements/ext/ext.go (struct definition) https://github.com/rakutentech/kafka-firehose-nozzle/blob/misc-improvements/encoder_test.go#L11 (test case; see the extra space after the opening brackets) https://github.com/rakutentech/kafka-firehose-nozzle/blob/misc-improvements/ext/ext_ffjson.go#L37 (ffjson-generated code showing the extra space)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying ffjson in a project of ours but found that it sometimes emits extra spaces after the opening brackets in the generated JSON:
I couldn't quickly come up with a minimal test case, but I pushed my WIP branch to Github:
https://github.com/rakutentech/kafka-firehose-nozzle/blob/misc-improvements/ext/ext.go (struct definition)
https://github.com/rakutentech/kafka-firehose-nozzle/blob/misc-improvements/encoder_test.go#L11 (test case; see the extra space after the opening brackets)
https://github.com/rakutentech/kafka-firehose-nozzle/blob/misc-improvements/ext/ext_ffjson.go#L37 (ffjson-generated code showing the extra space)
The text was updated successfully, but these errors were encountered: