php-json-rpc
php-json-rpc copied to clipboard
Allow null value in params
This PR allows the use of null value in params key.
Some LSP clients can send requests with null as params value and it will be helpful to handle such requests. One example of this comes from language server protocol specifications.
I have added is_null check if params key exists to handle this.
Cheers.