Skip to content
  • David Thompson's avatar
    Disambiguate conversionn from JSON to string values. · 28e3a985
    David Thompson authored
    The nlohmann::json library attempts to automatically determine
    the type-conversion needed (from JSON to some other type) depending
    on the context in which the JSON value is used. Because
    `smtk::string::Token` is now a valid conversion and has comparison
    operations to strings, the context does not force a single type.
    This causes the compiler to error out. Forcing the type required
    from JSON fixes this issue.
    28e3a985