jpsember / ml

Java classes for machine learning
0 stars 0 forks source link

Find a more lenient way to parse json files within Python #6

Closed jpsember closed 2 years ago

jpsember commented 2 years ago

It annoyingly complains about trailing commas, and comments

jpsember commented 2 years ago

Using jstyleson : https://stackoverflow.com/questions/29959191

For now, the relevant code is in a separate project.