is there object generator working on JSON ? (just like XSDObjectGen.exe)
        Posted  
        
            by sunglim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sunglim
        
        
        
        Published on 2010-03-24T05:45:31Z
        Indexed on 
            2010/03/24
            5:53 UTC
        
        
        Read the original article
        Hit count: 318
        
Hello.
I have to serialize & desserialize json data.
if the data type was XSD, I am able to create class by using XSDObjectGen.exe
But ,
the data type I have to serialize is 'JSON'.
Is there any good way to generate class for serialize & deserialize ?
© Stack Overflow or respective owner