Standard LibraryFunctionsfrom_jsonOn this pagefrom_json from_json(const string str) -> Object Parses a JSON string and converts it to Aleph objects. Parameters str: The JSON string to parse. Returns The parsed JSON data as Aleph objects (maps, lists, strings, numbers, booleans, or null).