diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-11 06:40:30 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | 820a7bda25c5541ce9580f99ec9f6eb512103e59 (patch) | |
tree | 8aec624cff21303fac4afe137ecb52c17c5d5329 /lib/configuration/importConf.mli | |
parent | 986bcb796d8b9e1f485baa8da599aa816c56b587 (diff) |
Removed the json configuration management
Diffstat (limited to 'lib/configuration/importConf.mli')
-rw-r--r-- | lib/configuration/importConf.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/configuration/importConf.mli b/lib/configuration/importConf.mli index be1d1d4..c88b0f1 100644 --- a/lib/configuration/importConf.mli +++ b/lib/configuration/importConf.mli @@ -8,7 +8,6 @@ val root_table : Syntax.t -> Table.t (** Get the root table, this table is the main table to load and each line in this table will be processed *) -val t_of_yojson : Yojson.Safe.t -> Syntax.t val t_of_toml : Otoml.t -> (Syntax.t, string) result val get_table_for_name : Syntax.t -> string option -> Table.t |