JS json-to-spec Samples Library
CDN Samples • Zero Server Dependencies

Interactive CDN Samples & Examples

Explore real-world implementations demonstrating the 2-file compilation pipeline. All samples load the latest compiler bundle from GitHub Pages CDN.

📝
CDN Sample 01

Dynamic Form Engine Sample

Demonstrates dynamic row generation from operation: "iterate" on columns metadata, excluding hidden keys (isVisible: false), binding values, and rendering live Bootstrap form controls.

Source: structure.json + data.json → Open
📊
CDN Sample 02

Data Table / Grid Engine Sample

Demonstrates nested iterations: thead loops over columns, tbody loops over rows × columns to render cell values, and tfoot computes aggregations.

Source: nested thead/tbody → Open