Rather an edge case, this: ``` $ cat test.json {"nowork": "\\"} $ gron test.json json = {}; json.nowork = "\\"; $ gron test.json | gron -u ungron failed for `json.nowork = "\\";`: statement has no value ```