/JSON-organizer

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

JSON Organizer

Code to organize values of the dictionary and send in MQTT OR HTTP POST.

Estrutura de diretorios do projeto:

├── input_exemple.txt
├── json_organizer
│   ├── communication.py
│   ├── exception.py
│   ├── message.py
│   ├── mqtt.py
├── README.md
├── requirements.txt
└── tests    
    └── test_message.py