class OptParseValidator::ConfigFilesLoaderMerger::ConfigFile::JSON
Json Implementation
Public Instance Methods
Source
# File lib/opt_parse_validator/config_files_loader_merger/json.rb, line 11 def parse ::JSON.parse(File.read(path)) end
@return [ Hash ] a { ‘key’ => value } hash