open-source-parsers / open-source-parsers/jsoncpp

Unsigned Long Support

Open
#1,395 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.