From db858f2e835556aa53249c75d34168d05920958d Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 7 Sep 2025 17:42:22 -0400 Subject: Add load_string to spec --- site/spec.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/spec.html b/site/spec.html index 362d9f4..4eb9daf 100644 --- a/site/spec.html +++ b/site/spec.html @@ -520,6 +520,10 @@ which contains a key x matching j.* must also contain load(file: File) -> Configuration
Load a configuration from a file. +
  • + load_string(string: String) -> Configuration
    + Load a configuration from a string. +
  • load_path(path: String) -> Configuration
    Convenience function for loading by path (may be overloaded with load if language supports it). -- cgit v1.2.3