[QUESTION]PascalCase风格的JSON字符串装成camelCase风格的对象
Open
question
- Dominant language
- Java
- Stars
- 4.4k
- Forks
- 613
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 6
Description
### 请描述您的问题
*询问有关本项目的使用和其他方面的相关问题。*
现在需要将一个PascalCase风格的JSON字符串装成camelCase风格的对象,需要一个局部的配置,除了使用Response<> response = JSON.parseObject(responseStr, new TypeReference() {}, JSONReader.Feature.SupportSmartMatch); 还有其它的方式吗
Contributor guide
Research direction
Start by checking the documented APIs for JSON.parseObject, TypeReference, and JSONReader.Feature.SupportSmartMatch. Determine whether a local PascalCase-to-camelCase configuration is supported beyond the shown call; done means providing a documented usage answer or clarifying the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100