JSON to MDX DataTable Converter
Convert JSON data to MDX DataTable format with ease
JSON Input
[{ desc: "The Flow to trigger", name: "Flow", type: "Flow", }, { desc: "Voice model to use", name: "Voice", type: "select", value: "George (warm resonance)", options: [ "Aria (middle aged female calm)", "Sarah (young adult woman confident)", "George (warm resonance)", ], }, { desc: "Emotional setting of the voice", name: "Emotion", type: "Slider", value: 0.5, min: 0.0, max: 1.0, step: 0.1, }]
MDX Output
Convert
Copy to Clipboard