[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-20 Thread jacktan1991
GitHub user jacktan1991 opened a pull request: https://github.com/apache/commons-lang/pull/67 fix JsonToStringStyle except number types and boolean type , all other types in java (char, String, Date etc.) should be `appendAsString`. add method `appendDetail(StringBuffer

[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-20 Thread jacktan1991
Github user jacktan1991 closed the pull request at: https://github.com/apache/commons-lang/pull/66 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-20 Thread jacktan1991
GitHub user jacktan1991 opened a pull request: https://github.com/apache/commons-lang/pull/66 fix JsonToStringStyle except number types and boolean type , all other types in java (char, String, Date etc.) should be `appendAsString`. + add method `appendDetail(StringBuffer