def str2json()

in src/providers/helpers/ast2json.py [0:0]


def str2json(string):
    return ast2json(parse(string))