var searchIndex = {}; searchIndex["json_io"] = {"doc":"","items":[[4,"Error","json_io","Represents the different kinds of errors returned by Librar.",null,null],[13,"IO","","Some std::io Error.",0,null],[13,"JsonParserError","","An error returned by the JSON parser.",0,null],[13,"JsonDecoderError","","An error returned by the JSON decoder.",0,null],[13,"JsonEncoderError","","An error returned by the JSON encoder.",0,null],[5,"load","","Construct a Decodable type from a JSON file at the given path.\njson_io will first try and open the file with the path exactly as given.\nIf the file isn't found, it will set the extension to .json and try again.",null,{"inputs":[{"name":"path"}],"output":{"name":"result"}}],[5,"save","","Save an Encodable type to a JSON file at the given path.\nThe file will be saved with the ".json" extension whether or not it was given with the Path.",null,{"inputs":[{"name":"path"},{"name":"t"}],"output":{"name":"result"}}],[11,"fmt","","",0,null],[11,"fmt","","",0,null],[11,"description","","",0,null]],"paths":[[4,"Error"]]}; initSearch(searchIndex);