#include <applications/asset_tracker_v2/src/cloud/cloud_codec/json_common.h>
Operation to be carried out with the passed in data.
Enumerator |
---|
JSON_COMMON_INVALID | |
JSON_COMMON_ADD_DATA_TO_ARRAY | Encode data and add it to a passed in parent array object. This option does not label the encoded data.
|
JSON_COMMON_ADD_DATA_TO_OBJECT | Encode data and add it to a passed in parent object.
|
JSON_COMMON_GET_POINTER_TO_OBJECT | Encode data and set the passed in object pointer to point to it.
|