Binary package “python3-jstyleson” in ubuntu mantic

library to parse JSON with js-style comments.

 JSON by standard does not allow comments and trailing comma, and the python
 standard json module does not offer options to parse such informal JSON.
 .
 jstyleson supports parsing JSON with:
 .
  * single-line comment
  * multi-line comment
  * inline comment
  * trailing comma