Output true JSON if you invoke as "remind -ppp"

This commit is contained in:
Dianne Skoll
2020-01-14 20:09:24 -05:00
parent b84c2c403c
commit 46326c001b
3 changed files with 146 additions and 82 deletions
+7
View File
@@ -218,5 +218,12 @@ typedef struct {
#define FROM_TYPE 1
/* PS Calendar levels */
/* Original interchange format */
#define PSCAL_LEVEL1 1
/* Line-by-line JSON */
#define PSCAL_LEVEL2 2
/* Pure JSON */
#define PSCAL_LEVEL3 3