๐ CadifyJson
The CadifyJson
function exports the dynamic contents of a CadifySvg
function as structured JSON.
๐This function is generated by Cadify automatically!
๐ What It Does
Converts the SVG dynamically changing values of CadifySvg
into a JSON structure for use in integrations, APIs, or exports.
๐งพ Syntax
=CadifyJson(CadifySvgCell)
๐งฎ Parameters
Parameter | Description |
---|---|
CadifySvgCell |
Reference to a cell with a CadifySvg() result. |
๐ Output
Returns a JSON string describing the geometry and metadata of the composed sketch.
๐ Use this to serialize sketch data or transmit it to other systems or plugins to update svg with dynamic values.