Returns true if the reference is unbound. https://arduinojson.org/v7/api/jsonobject/isnull/
| 43 | // Returns true if the reference is unbound. |
| 44 | // https://arduinojson.org/v7/api/jsonobject/isnull/ |
| 45 | bool isNull() const { |
| 46 | return data_ == 0; |
| 47 | } |
| 48 | |
| 49 | // Returns true if the reference is bound. |
| 50 | // https://arduinojson.org/v7/api/jsonobject/isnull/ |
nothing calls this directly
no outgoing calls
no test coverage detected