Library: Remoting/JSON
Package: JSValue
Header: Poco/Remoting/JSON/JSArray.h
Direct Base Classes: JSValue
All Base Classes: Poco::RefCountedObject, JSValue
Member Functions: operator [], size, type
Inherited Functions: asBool, asDouble, asInt32, asInt64, asUInt32, asUInt64, duplicate, has, operator [], referenceCount, release, size, stringValue, type
JSArray();
~JSArray();
const Ptr & operator[] (
std::size_t index
) const;
Ptr & operator[] (
std::size_t index
);
std::size_t size() const;
See also: Poco::Remoting::JSON::JSValue::size()
Type type() const;
See also: Poco::Remoting::JSON::JSValue::type()