Commit d3acf981 authored by Roberto Susino's avatar Roberto Susino
Browse files

Change format in output json file

parent edf37a42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
pro json_write, struct, filename
	openw, unit, filename, /get_lun
	printf, unit, struct, /implied_print
	printf, unit, json_serialize(struct, /lower)
	free_lun, unit
end