I want to perform a procedure stored in MYSQL, to which a text with JSON structure is passed, and convert this text to JSON in the procedure to obtain the data.
- The JSON will not always have the same fields. It is intended to save only the data that arrives in the JSON, in order to make insertions dynamically. I hope that it is possible to do so.