Files
Maxim Reznik b93bd59506 Allow more complex sorting in LSP tests.
Extend `sortReply` to work with keys nested in objects
inside JSON array. With this sort complex reply JSON to have
more stable tests.

For instance

```json
"sortReply": {"result": {"range": {"start": "line"}}}
```

will sort `result` JSON array using `X.range.start.line` as
a sorting key, where `X` is an array item.

Allow integer JSON values as sorting keys also.
2022-06-07 19:11:28 +03:00
..
2019-02-08 15:26:59 +02:00