File size: 241 Bytes
2890e34
 
 
 
1
2
3
4
{
    json: function(name, default) if std.extVar("LOGNAME")=="tuning" then std.parseJson(std.extVar(name)) else std.parseJson(default),
    str: function(name, default) if std.extVar("LOGNAME")=="tuning" then std.extVar(name) else default
}