needsQuoting
private fn
bool needsQuoting(string key) @safe pure nothrowChecks if a key needs quoting.
Keys need quoting if they contain non-identifier characters.
Parameters
key | The key to check |
Returns
true if the key needs quoting