Vibhav Pant <vibhavp@gmail.com> schrieb am Sa., 17. Feb. 2018 um 21:14 Uhr:

4. There has been a plan to use the native JSON functions in the upcoming
Emacs release for encoding JSON-RPC messages used by the procotol. However,
that is been on hold as `json-serialize` and `json-parse-string` use
:false and :null for representing JSON false and null respectively, which
makes it awkward to work with parsed JSON data.

How so? Why can't `lsp-mode` work with :null and :false?