Summary
To use the form builder it receives a JSON file. The issue becomes when it's not well formatted.
Intended Outcome
An error output when the JSON is not correct built
How
Apply schema validation with Joi or other schema validation library to make sure it's correct. That's a sanity operation.
Summary
To use the form builder it receives a JSON file. The issue becomes when it's not well formatted.
Intended Outcome
An error output when the JSON is not correct built
How
Apply schema validation with Joi or other schema validation library to make sure it's correct. That's a sanity operation.