Functionsยง
- read_
json_ file - Reads the JSON file at the specified path and deserializes it into the provided type. Returns an error if the file cannot be read or deserialization fails.
- write_
json_ file - Writes the given serializable object as JSON to the specified file path using pretty printing. Returns an error if the file cannot be created or if serialization/writing fails.