TabularData is a hidden gem so it’s great to see it get some love…

“Using TabularData to Dump Model Data”

https://swiftjectivec.com/Using-the-TabularData-Framework-to-Dump-json-or-csv-Data-in-Swift/

Using TabularData to Dump Model Data

The TabularData framework can do quite a lot, and it mostly deals with training machine learning models. Today, I’ll show you how I use it for debug logs, of all things.

Swiftjective-C