-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
convertValue() api contract now different #166
Comments
Ah. It's a minor flaw, so that if you pass So: I will fix this; but there is also a work-around -- just create |
And I think this is related to #11 (caused by it, missing check from one codepath) |
Fixed. |
Allow to configure line endings and indentation
convertValue(List, List.class)
Used to generate
List<Map<String, Object>>
Now it's returning
List
I.e. it's just returning the first argument.
The text was updated successfully, but these errors were encountered: