Psr7Middlewares\Middleware\JsonValidator::fromEncodedString PHP Method

fromEncodedString() public static method

public static fromEncodedString ( string $json ) : static | callable
$json string
return static | callable
    public static function fromEncodedString($json)
    {
        return static::fromDecodedObject(json_decode($json, false));
    }