Comment enregistrer la chaîne JSON sur JSON Object Python

# how to load a string to json
import ast
jsonobj = ast.literal_eval(str(hdf))
Doubtful Dotterel