neo4j_config_set_render_nulls

Enable or disable rendering NEO4J_NULL values.

If set to true, then NEO4J_NULL values will be rendered using the string 'null'. Otherwise, they will be blank.

@param config The neo4j client configuration to update. @param enable true to enable rendering of NEO4J_NULL values, and false to disable this behaviour.

extern (C)
void
neo4j_config_set_render_nulls

Meta