[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1022916: ITP: jstyleson -- python library to parse JSON with js-style comments



Package: wnpp
Severity: wishlist
Owner: Christian Marillat <marillat@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name    : python-jstyleson
  Version         : 0.0.2
  Upstream Author : linjackson
* URL             : https://pypi.org/project/jstyleson/
* License         : MIT
  Programming Lang: Python
  Description     : 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 try to make it happy with your js-style commented JSON, by
 first removing all elements inside (comments and trailing comma),
 then hand it to the standard json module. 

 jstyleson supports parsing JSON with:

    single-line comment
    multi-line comment
    inline comment
    trailing comma

 This package is a dependency for python-extruct


Reply to: