1:45 PM Saturday Room: 4223
There is a reason why XML and JSON are not parseable by regexes. There is a reason why storing XML or JSON in a db is a wrong idea - they are not parseable by regexes. But we can convert them into structures that are.
Flattened properties can be versatile, while being very simple. A class Props that I've been developing is an example of such versatility.
Another class, Result, is worth discussing together with this class.