Open robertzk opened 8 years ago
> str(microserver:::from_json('{"version":"foo"}')) Named chr "foo" - attr(*, "names")= chr "version"
whereas it should be
list(version = "foo")
whereas it should be