Skip to content

Remove simplejson.

Vinson Lee requested to merge vlee/piglit:rm-simplejson into main

json is simplejson since Python 2.6. Piglit requires Python >= 3.6.

From https://pypi.org/project/simplejson: "simplejson is the externally maintained development version of the json library included with Python (since 2.6)."

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports