Changes between Initial Version and Version 1 of Ticket #1578


Ignore:
Timestamp:
Jun 15, 2017, 9:20:59 AM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1578 – Description

    initial v1  
    11Our CSV encode is not very standard for 3D+ and using JSON would be much better.
    22
    3 Petascope, raswct, and any other client code that relies on encoding to CSV should be updated to use JSON. This is straightforward, the '{' and '}' handling should be simply changed to '[' and ']'.
     3Petascope, raswct, and any other client code that relies on encoding to CSV should be updated to use JSON. This is straightforward, the `'{'` and `'}'` handling should be simply changed to `'['` and `']'`.