2018-08-07 UTC
# cwebber2 it's a general problem that if people want to convert incoming data in an open world system into statically typed records that you're going to run into a problem, because... it's an open world system. You can do it though by making records for the structures you expect, then leaving a slot open to dump all the properties you don't recognize. That way you can preserve the data without having to understand it