-
I was referred to your project because I am one of the creators of the NestedText format. Are you planning to support a general user base? If so, let me know when you think it is ready and I will ad…
-
I just stumbled upon a very similar initiative — https://nestedtext.org, but instead of adopting a strict YAML subset, it goes even further, lightly breaking compatibility with YAML in favor of an eve…
-
Here's a good example of where it fails to match properly: https://github.com/KenKundert/nestedtext/discussions/40#discussioncomment-4079299
-
The `string_multiline_12` dumping testcase is failing on zig-nestedtext, and I think it's because of a bug in the testcase.
The input JSON contains the following, which looks as expected:
```json
…
-
### Intro
Hello again!
I currently have only one niggle with the format,
and that's the invisibility and fragility of representing trailing spaces or tabs.
Trailing newlines are already solved…
-
Hello again. I just finished a [.NET NestedText library](https://www.nuget.org/packages/NestedText/1.0.0).
In addition to dumping/loading (serializing/deserializing as it is usually called in .NET), …
-
Thankyou for this extension!
I'm switching all my .md documents to .nt, so that my agentic AI can operate over them.
It would be wonderful if code blocks, e.g.:
'''python
print(42)
'''
(repl…
p-i- updated
5 months ago
-
Would be great to hide intermediate quotes and replace line breaks with real ones
E.g. a bit of json split across multiple lines like this:
"{\n" +
"\"testTextProp1\": \"textProp1\",\n"…
-
As reported in https://zigforum.org/t/zig-nestedtext-release-0-1-0/383/17:
```zig
test "typed parse: jeang3nie" {
const Kind = union(enum) {
color: []const u8,
plain,
};
…
-
**Describe the solution you'd like**
A design similar to:
(Draft documentation)
> Rimu supports multi-line values with `>` and `>"`
>
> ### `>`
>
> A multi-line expression.
>
> Identati…