From a41b7899955a2bf54315fc2507f8e2f010ff271a Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 14 Jan 2024 16:38:51 +0000 Subject: Add new method JSON::getDictItem --- include/qpdf/JSON.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh index 81abe89c..e3c8a7dc 100644 --- a/include/qpdf/JSON.hh +++ b/include/qpdf/JSON.hh @@ -162,6 +162,8 @@ class JSON QPDF_DLL bool isNull() const; QPDF_DLL + JSON getDictItem(std::string const& key) const; + QPDF_DLL bool forEachDictItem(std::function fn) const; QPDF_DLL bool forEachArrayItem(std::function fn) const; -- cgit v1.2.3-70-g09d2