Brandon Goodin
-
2013-08-28
- Group: --> 3.2.0
See http://sourceforge.net/projects/flexjson/forums/forum/686321/topic/3871479.
I was attempting to exclude a json field that contained "." (dot) in the name of the field, and apparently this cannot be done. In my case I was trying to serialize parts of a Spring MVC result while excluding certain parts of it. From the example in the forum linked above, I was unable to exclude "org.springframework.validation.BindingResult.event":
{ "org.springframework.validation.BindingResult.event": { "foo": { "foo1":"bar1" , "foo2":"bar2" } } }