Encodes and writes value as JSON by key.
value
key
void writeJson(String key, Object? value) { write(key, jsonEncode(value)); }