Skip to content

Commit 591e7c7

Browse files
authored
Add header to write_json
This includes adding a note about a known issue with this function on Mac operating systems.
1 parent 76152ab commit 591e7c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

+tools/write_json.m

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
% WRITE_JSON Used to write structures for JSON files.
3+
%
4+
% NOTE: There is a known issue on Mac systems where logicals cannot be
5+
% written to the files. Omit the corresponding fields for those cases.
6+
%
7+
% AUTHOR: Timothy Sipkens
28

39
function [t2,t0] = write_json(var, fname)
410

0 commit comments

Comments
 (0)