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
The metadata class is a simple abstraciton that holds flag metadata. It can store bool/string/numeric values. These are often deserialized from JSON or some other encoding. For that reason, we should support the ability to interpret numeric values as either decimals or whole integers (currently we either store them as doubles or ints and retrieving them the wrong way results in null values).