Easy way of preview live data in your flows
npm install @datdp88/node-red-contrib-datdp-data-review- Show beautiful object in node status
```
{
name:"DaTdP",
random: Math.random(),
country: "Vietnam",
update: {
time: {
year: 2021,
month: 10,
date: 22
},
version: "0.0.3"
}
}

- Show string split by \n
``
DaTdp \n Vietnam

> [{"id":"2f8654c25e72397e","type":"inject","z":"3da813fe.c6d15c","name":"Input data","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"1","crontab":"","once":false,"onceDelay":0.1,"topic":"","payloadType":"date","x":130,"y":460,"wires":[["a893c32db878d4cb","05c2c2edc94af852"]]},{"id":"a893c32db878d4cb","type":"function","z":"3da813fe.c6d15c","name":"JSON","func":"msg.data={\n name:\"DaTdP\",\n random: Math.random(),\n country: \"Vietnam\",\n update: {\n time: {\n year: 2021,\n month: 10,\n date: 22\n },\n version: \"0.0.3\"\n }\n}\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":293,"y":498,"wires":[["a2014034594303bd"]]},{"id":"05c2c2edc94af852","type":"function","z":"3da813fe.c6d15c","name":"String","func":"msg.payload = DaTdP\\nVietnam`\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":293,"y":404,"wires":[["4f3070b4d14d2cb8"]]},{"id":"a2014034594303bd","type":"data-review","z":"3da813fe.c6d15c","name":"Review json","property":"data","fieldType":"msg","active":true,"passthru":true,"hide":true,"outputs":1,"x":449,"y":499,"wires":[[]]},{"id":"4f3070b4d14d2cb8","type":"data-review","z":"3da813fe.c6d15c","name":"Review string","property":"payload","fieldType":"msg","active":true,"passthru":true,"hide":true,"outputs":1,"x":460.16668701171875,"y":404.66668701171875,"wires":[[]]}]