Skip to content

Fix JSON handling

Christophe Benz requested to merge fix-json-write into master

Following !2 (merged)

I re-read the source code more in depth and fixed also:

  • do not write JSON twice
  • pass decoded JSON data to write function

Merge request reports