If you pass an empty object without carry line inside, the function returns an empty string, which fails JSON.parse. To reproduce it you may run: ``` JSON.parse(jsonminify('{}')) ``` the expected output is '{}'