Struts:JSON:return multiple objects
        Posted  
        
            by cp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cp
        
        
        
        Published on 2010-03-25T15:19:40Z
        Indexed on 
            2010/03/25
            15:23 UTC
        
        
        Read the original article
        Hit count: 285
        
Hello Is it possible to return multiple JSON objects in the request header with Struts1? I am presently returning a single JSON objects, however the need now is to return a second data structure. All the client-side processing works perfectly for the single data structure in the single JSON objects, I really do not want to complicate it by putting two hetrogenous data structures in a single return JSON object. tia.
© Stack Overflow or respective owner