thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

add order_json flag around first sort #150

Closed azaroth42 closed 4 years ago

azaroth42 commented 4 years ago

Current implementation sorts the keys twice :( This adds the factory.order_json flag around the first sort as well as the second, but the implementation of toJSON should be improved as well.