SaaSHub helps you find the best software and product alternatives Learn more →
Nestedtext Alternatives
Similar projects and alternatives to nestedtext
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
-
-
-
-
-
skycfg
Skycfg is an extension library for the Starlark language that adds support for constructing Protocol Buffer messages.
-
yamlpath
YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nestedtext discussion
nestedtext reviews and mentions
-
The yaml document from hell
As /u/astatine said, an excellent but under-recognized alternative syntax for configuration files is NestedText, where everything is a string unless the ingesting code says otherwise, and there is no escaping needed ever.
-
Yaml: First Class Citizen?
I don't know what traits from markdown you'd hope for, but for a relatively obscure but technically excellent format, you can check out NestedText.
-
A Nigthtmare called YML
I recently came to appreciate and favor an alternative format called NestedText. Like YAML, indentation is used for structure, so like YAML, you may hate it.
-
nt2: a CLI converter between NestedText and JSON, YAML, or TOML
I recently discovered NestedText, and really appreciate the design. To me, it hits the nail on the head where projects like strictyaml and hjson come very close.
-
YAML: It's Time to Move On
I'm glad to see people experimenting with alternative document/object representations, but this one might be a hard sell: based on the README[1], it only has Python, Zig and Janet implementations so far. One of the nice things about YAML (and JSON, TOML, etc.) is that they have decently mature C, C++, or Rust libraries that other languages bind to.
[1]: https://github.com/KenKundert/nestedtext
-
My two favorite things share the same love as me for YAML!
NestedText
-
Json alternatives
NestedText was left out. Has the feel of YaML, without all the complexity and user traps.
- KenKundert/nestedtext ... Human Readable and Writable Data Interchange Format
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Feb 2025
Stats
KenKundert/nestedtext is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nestedtext is Python.