Great utility! I use it to parse json output out of mosquitto_sub. The issue is I want to display the topic as well. Here is a sample output from mosuitto_sub:
app/add {"description":"Add action completed","entityName":"Item","entityId":252}
Is it possible to create a template that will extract the json and the topic that precedes the json message?
Great utility! I use it to parse json output out of mosquitto_sub. The issue is I want to display the topic as well. Here is a sample output from
mosuitto_sub:app/add {"description":"Add action completed","entityName":"Item","entityId":252}Is it possible to create a template that will extract the json and the topic that precedes the json message?