Python equivalent to json.loads(val).
json.loads(val)
bool py_json_loads( ffi.Pointer<ffi.Char> source, ) { return _py_json_loads( source, ); }