14 lines
No EOL
193 B
JSON
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
|
|
}
|
|
}
|
|
} |