Knotter
Knotter copied to clipboard
Check if there are alternatives to the custom JSON writer
In the function json_write_file.
Requisites:
- Portable from Qt 4.7 to Qt 5
- No external dependency
- Must work with scalars, maps and lists
Options:
- JSON.stringify from a script engine.
- Keep the way it is.