Related projects ================ Reference Material ------------------ `NestedText Documentation `_ """""""""""""""""""""""""""""""""""""""""""""""""""" *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 --------------- C """" `nt4c `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C `_ implementation of *Minimal NestedText*. Supports :ref:`Minimal NestedText v3.7 `. Go "" `nestedtext `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Go `_ implementation of *NestedText* with idiomatic API. Supports :ref:`NestedText v3.8 `. `nestext `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Go `_ implementation of *NestedText*. Supports :ref:`NestedText v3.1 `. Janet """"" `janet-nested-text `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Janet `_ implementation of *NestedText*. Supports :ref:`NestedText v3.0 `. Java """" `nestedtext-min-java `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Java `_ implementation of *Minimal NestedText*. Supports :ref:`Minimal NestedText v3.7 `. 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 :ref:`NestedText v3.0 `. `@rmw/nestedtext `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NodeJS (es module) implementation of *NestedText*. Uses `WASM `_ for *NestedText* decode. Supports :ref:`NestedText v3.0 `. .NET """" `NestedText `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `.NET `_ implementation of *NestedText*. Supports :ref:`NestedText v3.7 `. Ruby """" `nestedtext-ruby `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Ruby `_ implementation of *NestedText*. Supports :ref:`NestedText v3.0 `. Zig """ `zig-nestedtext `_ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" `Zig `_ implementation of *NestedText* (slight subset of :ref:`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 :ref:`NestedText v3.0 `. `sublimetext-nestedtext `_ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" `Sublime syntax files `_ for *NestedText* (supports :ref:`NestedText v3.0 `). `vim-nestedtext `_ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Vim syntax files for *NestedText* (supports :ref:`NestedText v3.0 `). `visual studio code `_ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Syntax files for *Visual Studio Code* (supports :ref:`NestedText v3.0 `).