/**
  * Constructs a new JSON configuration storage.
  *
  * @param string $path the path to the JSON file
  */
 public function __construct($path)
 {
     parent::__construct($path, false);
 }