-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conversion from/to C array is not supported #502
Comments
Yes, I think we just forgot them. |
Do we want to have a special behaviour for char arrays? I would treat all arrays as vectors personally. |
A conversion from |
I mean, do we consider From what I understand, this case is already treated as a string, but the other C arrays should be converted to json arrays. Is that correct? |
Sounds reasonable to me. |
Yes. |
I just realized I forgot to add the overloads for C arrays.
I don't remember if they were there before (I'm quite sure there was no tests, I would have seen it).
I think we should add this missing feature
The text was updated successfully, but these errors were encountered: