From 78d0c39db60da588ce7b75544794909f4e5fb277 Mon Sep 17 00:00:00 2001 From: Roberto Susino <roberto.susino@inaf.it> Date: Thu, 9 Jun 2022 08:23:08 +0200 Subject: [PATCH] Change format of output json file --- json_write.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_write.pro b/json_write.pro index e5bfb45..47ee12d 100644 --- a/json_write.pro +++ b/json_write.pro @@ -1,5 +1,5 @@ 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 -- GitLab