Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 137 Bytes

azure_iot.md

File metadata and controls

5 lines (4 loc) · 137 Bytes

View message from json file

cat file.json | jq -r

Decode json file Body

cat file.json | jq -r ".Body" | base64 --decode