This project is a utility static library to handle dynamic typed objects, explained below:
- Dynamic objects. Module that allows to embed all objects into a class called
Object
,
in such way you can create containers ofObject
which can be of any type.