mongodb / mongodb/support-tools
getMongoData / mdiag, ensure that JSON output is UTF-8 or ASCII
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 140
- Forks
- 154
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 2
Description
Most json parser accept only by default UTF-8 or ASCII based UTF-8, thus it would be convenient if the default JSON output enforce the UTF-8 encoding
Contributor guide
No contributing guide indexed for this repository
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 by locating the getMongoData and mdiag entry points that produce the default JSON output, then inspect how its encoding is selected. The work is done when the default JSON output is valid UTF-8 or ASCII-compatible for the parsers described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100