nvim_runtime_lua

lsp.LSPAny

(alias) lsp.LSPAny =
| lsp.LSPObject
| lsp.LSPArray
| string
| integer
| uinteger
| decimal
| boolean
| lsp.null

The LSP any type. Please note that strictly speaking a property with the value undefined can't be converted into JSON preserving the property name. However for convenience it is allowed and assumed that all these properties are optional as well.