When a JSON API is designed with a poorly-thought-out schema and inconsistent objects, you might end up with giant structures where most members are an Option. If you find yourself only sending data to such a service, it might be a bit easier to dynamically build your JSON property by property.




















































