``` >>> from logfmt import format, parse >>> list(parse(list(format({"key1": "hi\\"})))) [{'key1': True}] ``` Not sure how it got to `True` there but this behavior is not correct :)