BREAKING CHANGE: change `sort` to `sort_pyobject` and `sort_json`
0.2.0
Changes: - New Feature: Sort `list` of `dict` (https://github.com/nickumia/sansJson/pull/4) - No Breaking Changes. - Change type of `NONHOMOGENOUS_ORDER` from `list` to `dict`.
0.1.0
Changes: - (Breaking-ish!) Change `sortable` to `is_sortable` - Refactor internal variables to be more meaningful - Add comments for classes + important functions - Update tests for name changes - (NEW) Better support for recursive sorting. All recursive data types are properly converted and sorted.
0.0.5
Initial Release - Core functionality is tested. - If input is sortable, it will sort and order all keys and values of supported type.