Comment support
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Julia
- Stars
- 360
- Forks
- 113
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 4
Description
It would be nice if comments in json files would be supported so a file like this:
{
// We choose this awesome value
"a": "value for key A"
}
Would generate a dictionary like:
Dict("a" => "value for key A")
Alternatively we could support the JSON5 standard
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
No file or test is named in the issue, so first locate JSON.jl's parser entry point and existing parsing tests. Clarify whether the intended scope is jsonc comments or full JSON5 support, then add coverage for the example and verify that ordinary JSON parsing remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100