A modelling and serializer library for Microsoft Azure IoTHub client applications

Dependents:   sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more

This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
36:7d12a5386197
Parent:
17:fa1bba4c6053
--- a/jsonencoder.h	Thu Jul 12 18:10:30 2018 -0700
+++ b/jsonencoder.h	Tue Sep 11 11:14:37 2018 -0700
@@ -22,7 +22,7 @@
 JSON_ENCODER_ALREADY_EXISTS,                 \
 JSON_ENCODER_MULTITREE_ERROR,                \
 JSON_ENCODER_TOSTRING_FUNCTION_ERROR,        \
-JSON_ENCODER_ERROR                          
+JSON_ENCODER_ERROR
 
 DEFINE_ENUM(JSON_ENCODER_RESULT, JSON_ENCODER_RESULT_VALUES);