- Fixed bug causing swagger web api documentation not to show
0.11.0
- Public (free-to-use-no-auth) web API [jsonparse.dev/v1/docs](jsonparse.dev/v1/docs) - Hostable web API, either directly running gunicorn or running the [docker container](https://hub.docker.com/repository/docker/ctomkow/jsonparse)
0.11.0.dev3
- Push container image to gcr for public web API
0.11.0.dev2
- Testing CI for docker build and push. Added latest tag.
0.11.0.dev1
- Test CI docker build and push to dockerhub.
0.10.1
- Added keyword parameter group to find_keys(). Default group=True. Add group=False(case insensitive) to return a one dimensional list as opposed to the default two dimensional list grouping.