Psr7Middlewares\Middleware\JsonValidator::fromArray PHP Method

fromArray() public static method

public static fromArray ( array $json ) : static | callable
$json array
return static | callable
    public static function fromArray(array $json)
    {
        return static::fromEncodedString(json_encode($json, JSON_UNESCAPED_SLASHES));
    }