Changes between Initial Version and Version 1 of Ticket #1578
- Timestamp:
- Jun 15, 2017, 9:20:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1578 – Description
initial v1 1 1 Our CSV encode is not very standard for 3D+ and using JSON would be much better. 2 2 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 ']'.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 `']'`.