open-source-parsers / open-source-parsers/jsoncpp
Unsigned Long Support
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.9k
- Forks
- 2.7k
- Avg merge
- 31m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
I have to cast to long or long long from DWORD (unsigned long) every time I want to insert or extract an unsigned long value. It's a little tedious...
Describe the solution you'd like
Ideally support for unsigned long is added to the project.
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
The issue does not identify files, tests, or entry points. Start by examining how jsoncpp currently handles long and long long values, then define the expected insertion and extraction behavior for unsigned long. Done means unsigned long values are supported without casts and have test coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100