从Q提示符中,例如我们可以运行,
x: select from table .j.j x
我如何返回json格式的http url get请求(例如host:port/?select from table)对kdb get服务器的表结果,而不是纯文本?
host:port/?select from table
我可以获得文本格式的表结果并解析html响应,但我更喜欢从json格式的http服务器本身获得结果。
谢谢
https://stackoverflow.com/questions/38388369
相似问题