Add JsonOptions enum class to contain options passed to getJSON methods

This commit is contained in:
Mo Morsi
2019-06-08 01:10:33 -04:00
committed by Manoj doshi
parent c2138c4e88
commit f8365f5009
77 changed files with 382 additions and 270 deletions

View File

@@ -50,7 +50,7 @@ paths::operator()(Env& env, JTx& jt) const
// VFALCO TODO API to allow caller to examine the STPathSet
// VFALCO isDefault should be renamed to empty()
if (! found.isDefault())
jv[jss::Paths] = found.getJson(0);
jv[jss::Paths] = found.getJson(JsonOptions::none);
}
//------------------------------------------------------------------------------