タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

jsonとconfigに関するAshizawaのブックマーク (1)

  • Config::JSON

    NAME Config::JSON - A JSON based config file system. VERSION version 1.5202 SYNOPSIS use Config::JSON; my $config = Config::JSON->create($pathToFile); my $config = Config::JSON->new($pathToFile); my $config = Config::JSON->new(pathToFile=>$pathToFile); my $element = $config->get($directive); $config->set($directive,$value); $config->delete($directive); $config->deleteFromHash($directive, $key); $c

    Config::JSON
    Ashizawa
    Ashizawa 2008/12/15
    JSONだけに早いのかなぁ?
  • 1