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

Function end

src/ArduinoJson/Object/JsonObject.hpp:77–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75 // Returns an iterator following the last key-value pair of the object.
76 // https://arduinojson.org/v7/api/jsonobject/end/
77 iterator end() const {
78 return iterator();
79 }
80
81 // Removes all the members of the object.
82 // https://arduinojson.org/v7/api/jsonobject/clear/

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected