module DTO

Defined in:

dto.cr

Class Method Summary

Class Method Detail

def self.parse(type : T.class, json : String) : T | Nil forall T #

def self.parse_array(type : T.class, json : String) : Array(T) | Nil forall T #