extend json.tool --json-lines to ignore empty rows
Open
Nobody has claimed this yet.
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 45929 |
|---|---|
| Nosy | @rhettinger, @etrepum, @ezio-melotti, @ZeeD, @ambv, @serhiy-storchaka |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-11-29.15:49:18.618>
labels = ['type-feature', 'library', '3.11']
title = 'extend json.tool --json-lines to ignore empty rows'
updated_at = <Date 2021-12-11.10:59:28.504>
user = 'https://github.com/ZeeD'
bugs.python.org fields:
activity = <Date 2021-12-11.10:59:28.504>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-11-29.15:49:18.618>
creator = 'ZeD'
dependencies = []
files = []
hgrepos = []
issue_num = 45929
keywords = ['patch']
message_count = 6.0
messages = ['407289', '407898', '407904', '408005', '408273', '408293']
nosy_count = 6.0
nosy_names = ['rhettinger', 'bob.ippolito', 'ezio.melotti', 'ZeD', 'lukasz.langa', 'serhiy.storchaka']
pr_nums = ['29858']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue45929'
versions = ['Python 3.11']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the json.tool command-line entry point and trace handling for the --json-lines option. Verify the behavior against the issue request: empty rows should be ignored while JSON lines are processed; PR #29858 is already associated with this work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100