The parser currently ignores anything after the main object that it is parsing. So a file like this will parse with no errors: ```json { "a": 1 } abc ``` This should probably raise an exception.