This repository was archived by the owner on Apr 11, 2022. It is now read-only.
add support to parse stdin in jsonlines format#10
Open
mojozinc wants to merge 2 commits intogulyasm:masterfrom
Open
add support to parse stdin in jsonlines format#10mojozinc wants to merge 2 commits intogulyasm:masterfrom
mojozinc wants to merge 2 commits intogulyasm:masterfrom
Conversation
stdin can be a stream ofnew line seperated jsons controlled by a -line cmd line flag
1.8 not supported : golang/lint#421 golint refer: golang/lint#415
Owner
|
Thanks for the pull request @mojozinc ! |
|
This is a cool project would be cool to see it pick up some traction! |
Owner
|
I'm sorry I don't reply to these PRs, I'm absolutely overwhelmed with my work and family. I will try to review these over the weekend. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
stdin can be a stream of new line seperated jsons
controlled by a -line cmd line flag
fix for #9
parse a -line flag from cmd line args, if set , treats the stdin as newline seperated jsons
can be tested manually
go build ../jsonui -line < test_big_line.jsonl