v0.0.2 - Support Array, Null, Objects, better error handling
General
- Change MQTT Plugin
- Customised to return TArray along with original implementation of FString
- Handle handling null/empty messages
- Will consider it unsuccessful conversion instead of crashing
- Update msgpack + MQTT demo project
Additional supported types:
- Arrays
- Wrapped in
{ "array": [ ... ] }
- Can contain multiple types
- Can be nested
- Can contain Objects
- Wrapped in
- Support more complex objects
- Nested Objects and with different types
Arrays can have multiple types but you'll have to handle consuming the data in your application. This library only converts and provides.