Integrate BPMN with ReactJS

Greetings,
I want to create a BPMN workflow and export it as JSON file?
Any recommendation please?

Hi @houssemaydi,

BPMN 2.0 specify a standardized XML format for model exchange.

Why do you want to create a proprietary format?

I’m just curious, Ingo

Hi @Ingo_Richtsmeier
I want to save data at MongoDB’s Database as JSON to reuse it later on backend.

Why don’t you just save the XML string?