ralph / mdapi

Forked from mdapi 6 years ago
Clone

ea560d2 Drop the use of simplejson

Authored and Committed by pingou 8 years ago
    Drop the use of simplejson
    
    In python3 the std lib json module is at least as fast as simplejson and
    that gives us one less dependency which is always good.
    
        
file modified
+1 -4