alibaba / alibaba/yalantinglibs
能否在struct_json中增加实现from_json和to_json对jvalue类型的支持?
Open
enhancement
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 327
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 2
Description
看了下源码,模版from_json_impl和to_json_impl只有对基本类型和反射类型的实现,能否增加对jvalue的实现
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the struct_json entry points named in the issue, especially from_json_impl and to_json_impl, and compare their existing basic-type and reflection-type handling. Determine the expected from_json and to_json behavior for jvalue, then verify that both directions support it without regressing the existing implementations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100