diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-02 15:04:09 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-10 23:55:40 +0200 |
| commit | 9b78fc83dbd29b5594431b1c49b7d13865141aaa (patch) | |
| tree | 8dff26ad46b7c44b32cdea7d37918c2dc31bb908 /doc | |
| parent | d00ff9b4d72eff882eac4529d9e3c4cd9423cc4c (diff) | |
imported sj.h - a minimalist JSON parser
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sciteco.7.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 9d257a2..b62a371 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -2553,6 +2553,7 @@ Curses builds are based on the \fIScinterm\fP Scintilla backend by Mitchell. work for Tcl 8.1. Many builds of \*(ST use the \fIdlmalloc\fP malloc() replacement by Doug Lea. Red-Black trees use the \fIrb3ptr\fP library by Jens Stimpfle. +\fIsj.h\fP by rxi is helping with parsing JSON. .LP \*(ST is inspired by \fIVideo TECO\fP by Paul Cantrell. The first \fITECO\fP was written by Dan Murphy in 1962. |
