Help resources
This is the documentation of Jabon.
Start with the Getting Started guide.
Then proceed and examine the Test Example, that shows some capabilities of Jabon.
Jabon currently supports the following data types:
- integer
- float
- std::string
- std::vector of any type, including std::vector
- Any class or structure, which public data members are serialized, including other classes or structures, and any of the above types.
For developer:
Go to the Doxygen documentation
TO DO
- Improved error handling