module Responses::OptionalConverter

Overview

JSON converter that only emits objects that returns true from #emit?.

Defined in:

responses/user_time_summary.cr

Class Method Summary

Class Method Detail

def self.to_json(value : Optional, json : JSON::Builder) : Nil #

[View source]