You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no real documentation so far. For the primitive types (bool, std::string, std::unint64_t, std::int64_t, and double), get executes a static cast and throws if the types are incompatible. For structured types (object, array), we added some more magic to do the translations.
For example, this seems to work:
But I cannot find in the API doc which types can be given as template.
The text was updated successfully, but these errors were encountered: