LOM2M  0.8.0
Functions | Variables
tools.h File Reference
#include "configuration.h"
#include <map>
#include <Arduino.h>
#include <ArduinoJson.h>

Go to the source code of this file.

Functions

bool isNumeric (const String &str, long int &v)
 
bool jsonDecode (const String &payload)
 

Variables

String lastError
 
StaticJsonDocument< JSONMAXSIZE_OUTPUTjsonglobal
 

Function Documentation

◆ isNumeric()

bool isNumeric ( const String &  str,
long int &  v 
)

◆ jsonDecode()

bool jsonDecode ( const String &  payload)

Variable Documentation

◆ jsonglobal

StaticJsonDocument<JSONMAXSIZE_OUTPUT> jsonglobal
extern

◆ lastError

String lastError
extern