Open mwolson opened 8 years ago
It might be a bit more elegant to use "//" style comments instead of "/*", since you'd be able to drop the escaping. This could also allow the data to be deterministically parsed in the future if need be.
(related: #4)
Ha, this crossed my mind as well. Great suggestion, I'd definitely accept a PR for this.
It might be a bit more elegant to use "//" style comments instead of "/*", since you'd be able to drop the escaping. This could also allow the data to be deterministically parsed in the future if need be.
(related: #4)