Skip to content

๐Ÿ“Š 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.