Consider adding asUInt() and asBool() to the Ledger documentation.
asUInt()
asBool()
if (config.has("accessoryEnabled")) accessoryEnabled = config["accessoryEnabled"].asBool(); if (config.has("accessoryTime")) accessoryTime = config["accessoryTime"].asUInt();
I suppose, but operator[] returns a Variant and all of those methods as described in the Variant class documentation.
operator[]
Variant
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.