63 bool null()
const {
return !m_p; }
64 bool operator!()
const {
return null(); }
68 ARCANE_DEPRECATED_REASON(
"Y2023: Use valueAsStringView() or value() instead")
69 StringView valueAsString() const;
79 StringView valueAsStringView() const;
81 Real valueAsReal() const;
83 Int64 valueAsInt64() const;
85 Int32 valueAsInt32() const;
87 bool valueAsBool() const;
88 JSONValueList valueAsArray() const;
92 JSONKeyValue keyValueChild(StringView name) const;
94 JSONValue child(StringView name) const;
96 JSONValue expectedChild(StringView name) const;
98 JSONValueList children() const;
99 JSONKeyValueList keyValueChildren() const;
103 bool isArray() const;
104 bool isObject() const;