JSFiddle - React, Tailwind, and code Playground

by alexflav23

JavaScript

var conf = [{
        "name": "Test",
        "optional": true,
        "inputs": [
            {
                "name": "test",
                "type": "text",
                "placeholder": "test",
                "rules": [
                    {
                        "ruleType": "length",
                        "ruleValue": "10"
                    }
                 ]
            }
        ]
    }
];
alert(JSON.stringify(conf));