JSON documentation standard?
        Posted  
        
            by Tina
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tina
        
        
        
        Published on 2010-05-26T04:37:02Z
        Indexed on 
            2010/05/26
            4:41 UTC
        
        
        Read the original article
        Hit count: 317
        
JSON
|documentation
Is there a recognized, recommended, or standard form for representing the structure of JSON? E.g., my service returns a structure, effectively, represented as JSON. How do I describe what my service returns, such that another service can consume that JSON and program to its interface?
© Stack Overflow or respective owner