basex-lsp/docs/sample.msg/hover/client.json
2025-08-06 14:57:52 +01:00

14 lines
No EOL
193 B
JSON

{
"jsonrpc": "2.0",
"id": 2,
"method": "textDocument/hover",
"params": {
"textDocument": {
"uri": "file:///session1.json"
},
"position": {
"line": 2,
"character": 22
}
}
}