HTML form to JSON without modern libraries
        Posted  
        
            by Rok
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rok
        
        
        
        Published on 2010-05-13T15:05:13Z
        Indexed on 
            2010/05/13
            15:24 UTC
        
        
        Read the original article
        Hit count: 214
        
Does anyone know of a simple javascript library that serializes a form DOM object to JSON? I know jQuery has the serialize method but since I am writing an app for IE mobile, I can't use any of the new fancy libraries, must be oldschool simple javascript, as light as possible.
Cheers
© Stack Overflow or respective owner