Skip to content

CXNetworkWriteNodeLinkJSON

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetworkNodeLinkJSON.h:22

Description

Serializes a network as node-link JSON compatible with common D3/NetworkX style payloads. Lossy cases are reported via CXNetworkSerializationLastWarningMessage(). @param network Network to serialize. @param path Output path for the .json file. @return CXTrue on success, CXFalse on failure.

Signature

CX_EXTERN CXBool CXNetworkWriteNodeLinkJSON(struct CXNetwork *network, const char *path);