/**
  * @param int    $maxDepth
  * @param string $configurationPath
  */
 public function __construct($maxDepth = self::MAX_DEPTH_NOT_SET, $configurationPath = '')
 {
     parent::__construct(self::FORMAT_JSON, $maxDepth, $configurationPath);
 }