An mark-up language that converts JavaScript Object Notation data into easy to understand flow chart. Its at the alpha stage right now, We are looking forward to make this better. Contributors: Techno Tinker, Creaminit1234 Thanks for sharing the image and input data! Here's a clear explanation of your project:
Flow ml is a markup language currently in its alpha stage, designed to convert JSON (JavaScript Object Notation) data into easy-to-understand flowcharts. The goal is to make it simple to represent logical processes visually by just providing structured input.
{
"start": "Start Process",
"steps": {
"Start Process": {
"next": "Check Condition"
},
"Check Condition": {
"yes": "Step A",
"no": "Step B"
},
"Step A": {
"next": "End"
},
"Step B": {
"next": "End"
}
},
"end": "End"
}
- Techno Tinker
- Creaminit1234
FlowML is currently in alpha. The team is actively working on improving it, and your feedback will help make it better. Stay tuned for updates!
Would you like help creating a README or web documentation for this?