-
-
template fromYaml(str: string; obj: typedesc[object]): untyped
+
+
template fromYaml[T: typedesc](str: string; obj: T): untyped
Add support for loose, direct to object parser using https://github.com/treeform/jsony
@@ -249,7 +249,7 @@
- Made with Nim. Generated: 2024-03-27 14:29:00 UTC
+ Made with Nim. Generated: 2024-04-24 16:07:15 UTC
diff --git a/nyml.idx b/nyml.idx
index c23cbc9..21eecb2 100644
--- a/nyml.idx
+++ b/nyml.idx
@@ -7,6 +7,6 @@ nim toJsonStr index.html#toJsonStr,YAML,seq[string],int proc toJsonStr(n: YAML;
nim `$` index.html#$,YAML proc `$`(n: YAML): string 52
nim toYAML index.html#toYAML,JsonNode proc toYAML(json: JsonNode): string 56
nim toYAML index.html#toYAML,string proc toYAML(json: string): string 57
-nim fromYaml index.html#fromYaml.t,string,typedesc[] template fromYaml(str: string; obj: typedesc[object]): untyped 59
+nim fromYaml index.html#fromYaml.t,string,T template fromYaml[T: typedesc](str: string; obj: T): untyped 59
nimgrp toyaml index.html#toYAML-procs-all proc 56
nimgrp tojsonstr index.html#toJsonStr-procs-all proc 33
diff --git a/nyml/dump.html b/nyml/dump.html
index 3a4c680..dbcccad 100644
--- a/nyml/dump.html
+++ b/nyml/dump.html
@@ -12,10 +12,10 @@
-
+
-
+
@@ -119,7 +119,7 @@
- Made with Nim. Generated: 2024-03-27 14:29:00 UTC
+ Made with Nim. Generated: 2024-04-24 16:07:15 UTC
diff --git a/nyml/meta.html b/nyml/meta.html
index 34c186d..9c030c1 100644
--- a/nyml/meta.html
+++ b/nyml/meta.html
@@ -12,10 +12,10 @@