Related projects
Reference Material
nestedtext docs
NestedText documentation and language specification.
nestedtext source
Source code repository for language documentation and Python implementation. Report any issues here.
nestedtext_tests
Official NestedText test suite. Also included as submodule in nestedtext.
Implementations
Go
nestex
Go implementation of NestedText. Supports NestedText v3.0.
Janet
janet-nested-text
Janet implementation of NestedText. Supports NestedText v3.0.
JavaScript
NestedText
Native JavaScript implementation of NestedText. It’s not a WASM build of a compiled project, so it is significantly lighter in weight than @rmw/nestedtext. Also available from GitHub. Supports NestedText v3.0.
@rmw/nestedtext
NodeJS (es module) implementation of NestedText. Uses WASM for NestedText decode. Supports NestedText v3.0.
.NET
NestedText
.NET implementation of NestedText. Supports NestedText v3.7.
Ruby
nestedtext-ruby
Ruby implementation of NestedText. Supports NestedText v3.0.
Zig
zig-nestedtext
Zig implementation of NestedText (slight subset of NestedText v2.0). Also contains nt-cli, an efficient command line utility for converting between NestedText and JSON.
Utilities
NestedTextTo
Command line utilities for converting between NestedText, JSON, YAML, and TOML.
ntLog
ntlog is a NestedText logfile aggregation utility.
parametrize from file
Separate your test cases, held in NestedText, from your PyTest test code.
pygments
Version of the popular pygments Python library that supports NestedText v3.0.
vim-nestedtext
Vim syntax files for NestedText (supports NestedText v3.0).
visual studio code
Syntax files for Visual Studio Code (supports NestedText v3.0).