BB Config
BeagleBoard.org maintains a json file with the list of all board images which can be used by applications (like BeagleBoard Imaging Utility) to get a list of latest images for each board.
This crate provides abstractions to parse and generate distros.json file.
Usage
let config: Config = get
.unwrap
.json
.unwrap;
// Convert back to JSON
let json_config = to_string_pretty.unwrap;