gbowne1 / gbowne1/jsonify

Improved case check

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
bug documentation enhancement good first issue help wanted question
Dominant language
C++
Stars
4
Forks
6
PR merge metrics
No merged PRs in 30d

Description

camelCase check is too strict / opinionatedCurrent check rejects:

- snake_case (good — if you want camelCase only)
- PascalCase
- kebab-case
- keys starting with uppercase
- keys containing numbers (user2, id_123)

→ This is fine if it's intentional style enforcement, but document it clearly (or make it optional via flag).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.