SuLab / WikidataIntegrator

A Wikidata Python module integrating the MediaWiki API and the Wikidata SPARQL endpoint
MIT License
244 stars 46 forks source link

Consolidate on one json library for WDI #89

Closed andrawaag closed 5 years ago

andrawaag commented 5 years ago

Currently, WDI loads both simplejson and jsonasobj libraries to handle json output/input. This seems redundant and can be maybe consolidated into one library.