You are not logged in.
Pages: 1
Hi,
in mormot.core.json are references to YAML-processing, especially
function TSynJsonFileSettings.LoadFromYaml(var aYaml: RawUtf8): boolean;
begin
result := YamlSettingsToObject(aYaml, self);
end;
which is not declared and references the undeclared method YamlSettingsToObject.
I guess new, exciting things are comin' along :-)
Offline
Would TOML be also considered in (near or far) future?
Offline
Pages: 1