**Provide 1-2 code examples that the usage of the new feature:** <!-- Put your code examples here --> ```js const content = `{ // comment "foo": "bar" }` const parsed = parse(content) Object.keys(parsed) // should be ['foo'] ```