CfWriter.isObjectValue
private
bool isObjectValue(bool isObj) @safe pure nothrow constReturns true if the value is a nested object that should use HCL-style formatting.
Parameters
isObj | Whether the value is an object. |