class JSONFileWatcher

Defined in:

json_file_watcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_watcher : FileWatcher, debug : Bool) #

[View source]

Instance Method Detail

def watch_file(file_name : String, listener : Proc(JSON::Any, Nil)) #

[View source]