Hello all,
This is my first time posting to the commons mailing list. I have noticed the
JSON is not printed correctly as it should for Map types using
ToStringBuilder.reflectionToString
It is printed as
{"education":{graduation=B.S., primary=school},"name":"como"}
instead of
{"education":{"graduation": "B.S.", "primary":"school"},"name":"como"}
without "=" and with good quotes.
I have created an issue for this [LANG-1543], should I proceed with fixing this
one?
[LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToString doesnt
render nested maps correctly. - ASF JIRA
|
|
| |
[LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToString do...
|
|
|
Regards.
SP.