In the code-base I am working on, the default python json module is being overridden by another json module which performs a different function.
How do I import the standard json module ?
import json does not work as it imports the other package.
What is the fully qualified name of the standard python json module ?