Skip to content

Commit

Permalink
Add header to write_json
Browse files Browse the repository at this point in the history
This includes adding a note about a known issue with this function on Mac operating systems.
  • Loading branch information
tsipkens authored May 7, 2024
1 parent 76152ab commit 591e7c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions +tools/write_json.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

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

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

Expand Down

0 comments on commit 591e7c7

Please sign in to comment.