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
Marshal() now includes a decimal point in the string representation of any number that is stored using a floating point representation (for example "1.0").
Added functions is_int64() and Unmarshal(const std::string&).
Changed behavior: Now throws Hjson::index_out_of_bounds when trying to access a vector-element on an Hjson::Value object of type Hjson::Value::UNDEFINED.