Make json use ^ for removing fields, instead of !

Room IDs start with '!', we want to be able to access these.
This commit is contained in:
Jordan Bancino 2023-03-08 22:47:07 +00:00
parent efdf168085
commit 76413f834e

View file

@ -386,7 +386,6 @@ JsonEncodeString(const char *str, FILE * out)
fputc(c, out);
}
break;
}
i++;
}