Crate json_io [] [src]

Functions for simplifying the process of serializing types to JSON files.

Enums

Error

Represents the different kinds of errors returned by Librar.

Functions

load

Construct a Library from a JSON file. The Path should be the absolute path of the file without the ".json" extension.

save

Save a Library to a JSON file. The Path should be the absolute path of the file without the ".json" extension.