issues
search
spyoungtech
/
json-five
Python JSON5 parser with round-trip preservation of comments
Apache License 2.0
27
stars
3
forks
source link
Add Typing
#41
Closed
spyoungtech
closed
1 year ago
spyoungtech
commented
1 year ago
Adds type hints to the library (PEP 561 compliant)
Drops support for EOL Python versions 3.6 and 3.7
JsonIdentifier
inherits from
str
rather than
UserString
added
parse_json5_identifiers
keyword argument to allow users to control how JSON5 Identifiers are parsed
Adopts setup configuration in
setup.cfg
JsonIdentifier
inherits fromstr
rather thanUserString
parse_json5_identifiers
keyword argument to allow users to control how JSON5 Identifiers are parsedsetup.cfg