Knotter icon indicating copy to clipboard operation
Knotter copied to clipboard

Check if there are alternatives to the custom JSON writer

Open mbasaglia opened this issue 11 years ago • 0 comments

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.

mbasaglia avatar Nov 11 '13 09:11 mbasaglia