simplejson was mainly needed before the json standard library supported
everything we need. This was when we supported Python versions earlier
than 2.7.
The standard library for all Python versions we now support is good
enough and we should clean up unnecessary third party libs.
Change-Id: I866445ffba9633db1de5ba615dcc19450f5d02e7
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>