diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 13:33:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 13:33:23 -0400 |
| commit | cdc6037af740566d5329cef9d303f06e81682780 (patch) | |
| tree | 68ee927b9f8a77c597352c89f1c41adad6cc0045 /lib/README.md | |
| parent | 7e6f81749af2603a7d312c935c475c4223e5a8c1 (diff) | |
Add JSON module.
Diffstat (limited to 'lib/README.md')
| -rw-r--r-- | lib/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README.md b/lib/README.md index 9b73c798..31de5b92 100644 --- a/lib/README.md +++ b/lib/README.md @@ -10,6 +10,7 @@ Libraries can be installed with `tomo -IL ./library-folder` - [base64](base64/): A base64 encoding/decoding library. - [commands](commands/): A library for running commands. - [core](core/): Bundling up commonly used libraries into a single library. +- [json](json/): JSON parsing and encoding. - [patterns](patterns/): Pattern matching for text. - [pthreads](pthreads/): A POSIX threads library. - [random](random/): Pseudorandom number generators. |
