|
|
|
|
|
by disposedtrolley
1840 days ago
|
|
That's true, and JSON is probably the best choice as a lowest common denominator given the protocol's intent to be language agnostic. You'd want to implement a language server for language X in X itself, and most languages have mature libraries for working with JSON. |
|