v0.0.20: Json module (#517)
* LSP: Beginning a language server Right now all it does is listen to stdin, and write the messages it receives to a log file. But, quite a few standard library functions needed to be added to get to this point. * Adding json module to std * Removing commented-out code * Fixing test