def str2json()
in
src/providers/helpers/ast2json.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def str2json(string): return ast2json(parse(string))