Psr7Middlewares\Middleware\JsonValidator::fromArray PHP Метод

fromArray() публичный статический Метод

public static fromArray ( array $json ) : static | callable
$json array
Результат static | callable
    public static function fromArray(array $json)
    {
        return static::fromEncodedString(json_encode($json, JSON_UNESCAPED_SLASHES));
    }