buddy_matching
buddy_matching copied to clipboard
Strict parsing of from_json in LolInfo/FortniteInfo
For some data for the structs, we're simply mapping and converting from string based maps to atom based maps. As a result, we could theoretically store arbitrary amounts of data in these maps, as we are not discarding anything we don't need. We may want to make this stricter by only retrieving and storing the data that we know we need.