I released new versions of python-asserts (0.8.2) and python-json-get (1.1.0) that include type hints, so that typecheckers like mypy will now be able to type check calls to those libraries. json-get uses asserts for its tests and it’s now possible to type check it without --ignore-missing-imports
.
In addition, json-get now has a json_get_default()
function that returns a default value instead of raising an exception if a path is not found.
Leave a Reply