disks: add missing import json
Created by: JoKeyser
Currently there's a missing import json
in the disks module, leading to crash whenever it's visited in plinth. I guess it somehow got lost during rebasing of my commits in PR #823.
This PR fixes that.