try:
import ujson as json
except ImportError:
import json
import sys
print("SKIP")
sys.exit()
print(json.dumps(1.2))