CfWriter.isObjectValue

private bool isObjectValue(bool isObj) @safe pure nothrow const

Returns true if the value is a nested object that should use HCL-style formatting.

Parameters

isObjWhether the value is an object.