/datum/asset/json
        
    
            
        
A subtype to generate a JSON file from a list
| Vars | |
| name | The filename, will be suffixed with ".json" | 
|---|---|
| Procs | |
| generate | Returns the data that will be JSON encoded | 
Var Details
name
            
        
    
            
        
        The filename, will be suffixed with ".json"
Proc Details
generate
Returns the data that will be JSON encoded