Returns true if the reference is unbound. https://arduinojson.org/v7/api/jsonarray/isnull/
| 156 | // Returns true if the reference is unbound. |
| 157 | // https://arduinojson.org/v7/api/jsonarray/isnull/ |
| 158 | bool isNull() const { |
| 159 | return data_ == 0; |
| 160 | } |
| 161 | |
| 162 | // Returns true if the reference is bound. |
| 163 | // https://arduinojson.org/v7/api/jsonarray/isnull/ |
nothing calls this directly
no outgoing calls
no test coverage detected