module OQ::Converters::JSON
  
    
  
    Overview
  
  Converter for the OQ::Format::JSON format.
  
    
  
    Defined in:
  
  
    
      
        converters/json.cr
      
    
    
  
  
    
  
    Class Method Summary
  
  
  
  
    
  
    Class Method Detail
  
  
    
      
        
        def self.
deserialize(input : IO, output : IO) : Nil
        
#
       
  
    
      
        
        def self.
serialize(input : IO, output : IO) : Nil
        
#