buddy_matching icon indicating copy to clipboard operation
buddy_matching copied to clipboard

Strict parsing of from_json in LolInfo/FortniteInfo

Open ecly opened this issue 6 years ago • 0 comments

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.

ecly avatar Jul 07 '19 18:07 ecly