aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/sj.h
AgeCommit message (Collapse)AuthorFilesLines
5 daysimported sj.h - a minimalist JSON parserRobin Haberkorn2-0/+180
It will be useful for implementing LSP support. It does not have JSON escape/unescape functions, so those will still have to be written. Source: https://github.com/rxi/sj.h