Add Json Doc

This commit is contained in:
2025-12-22 14:20:20 -06:00
parent c37b26af14
commit 40205a928d
7 changed files with 63 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ What is TObject
It is a std::variant that can be (not in that order)
- Undefined (Tesses::CrossLang::Undefined)
- Undefined (std::monostate)
- Null (std::nullptr_t)
- Long (int64_t)
- Double (double)