WW-4413 Improves JSON interceptor to handle JSON arrays
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/da4a2207 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/da4a2207 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/da4a2207 Branch: refs/heads/master Commit: da4a22078a1d19c06e40b60c2c433ccd199e07ee Parents: 1f33399 61cffe6 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Mon Dec 29 11:29:08 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Mon Dec 29 11:29:08 2014 +0100 ---------------------------------------------------------------------- .../apache/struts2/json/JSONInterceptor.java | 22 ++++++++- .../org/apache/struts2/json/AnotherBean.java | 32 ++++++++++++ .../struts2/json/JSONInterceptorTest.java | 52 ++++++++++++++++++++ .../org/apache/struts2/json/TestAction5.java | 52 ++++++++++++++++++++ .../org/apache/struts2/json/json-12.txt | 8 +++ 5 files changed, 165 insertions(+), 1 deletion(-) ----------------------------------------------------------------------