module documentation

Support for Hjson.

Class HjsonToNestedText Undocumented
Class NestedTextToHjson Undocumented
Function NTTError_from_HjsonDecodeError Undocumented
Constant EXTENSIONS Undocumented
Constant SUBCOMMANDS Undocumented
Variable HJSON_SUPPORT Undocumented
Variable require_support Undocumented
@NTTError_from.register
@docstring_for_NTTError_from
def NTTError_from_HjsonDecodeError(exc: HjsonDecodeError) -> NTTError: (source)

Undocumented

EXTENSIONS: tuple[str, ...] = (source)

Undocumented

Value
('hjson')
SUBCOMMANDS = (source)

Undocumented

Value
{'nt2': {'names': ('hjson'), 'app': NestedTextToHjson},
 '2nt': {'names': ('hjson'), 'app': HjsonToNestedText}}
HJSON_SUPPORT: bool = (source)

Undocumented

require_support = (source)

Undocumented