solved the problem of C array mapping failure during reflection #4403
huqin-RM
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for sharing your from_json overloads for multidimensional and char arrays, and for the runnable test case - it's a nice complement to the multidimensional array support added in 3.12.0. We can't commit to adding this exact pattern as an official test, but a PR with a focused unit test would be very welcome. This reply was drafted by Claude Code on behalf of @nlohmann, as part of a review of open discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
it's seem solved the problem of C array mapping failure during reflection
The multidimensional arrays in the above code, including char arrays, can be reflected normally.Can the official test be carried @gregmarr @nlohmann
The following is the test code
Beta Was this translation helpful? Give feedback.
All reactions