json-cfg icon indicating copy to clipboard operation
json-cfg copied to clipboard

Possible to automatically make all values lowercase?

Open MostHated opened this issue 5 years ago • 0 comments

Hello, I was wondering if it were possible to add a way to force all values to be pulled as lowercase? I searched on the documentation page for "lower" and "lowercase" but didn't see anything. I of course tried to see if just adding .lower() at the end would work as well (config.something().lower()), but no, it, unfortunately, did not.

I also tried to do some other random stuff to see if it would at least get me closer without having to change much, but neither of these worked either.

apply.lower() = str(tmp) = settings.applyrole()
apply.lower() = tmp = wpsettings.applyrole()

Thanks, -MH

MostHated avatar Oct 13 '18 13:10 MostHated