diff options
Diffstat (limited to 'lsp-json.c')
-rw-r--r-- | lsp-json.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ // provides FAST(ish) parsing but SLOW lookup // this is especially fast for small objects // this actually supports "extended json", where objects can have arbitrary values as keys. + +// a string typedef struct { u32 pos; u32 len; |