MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / end

Function end

src/ArduinoJson/Object/JsonObjectConst.hpp:67–69  ·  view source on GitHub ↗

Returns an iterator following the last key-value pair of the object. https://arduinojson.org/v7/api/jsonobjectconst/end/

Source from the content-addressed store, hash-verified

65 // Returns an iterator following the last key-value pair of the object.
66 // https://arduinojson.org/v7/api/jsonobjectconst/end/
67 iterator end() const {
68 return iterator();
69 }
70
71 // DEPRECATED: use obj[key].is<T>() instead
72 // https://arduinojson.org/v7/api/jsonobjectconst/containskey/

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected