Sending JSON with AT Commands?

Excellent instructions! My LoRa-E5 has sent a “HELLO” to my Things Network Indoor Gateway (TTIG) on US915 with TTS V3.

Question: How can JSON data be sent? The double quotes in JSON seem to interfere with the AT command syntax, AT+MSG=“Data to send”. Is there a way to escape the quotes or use single quotes?

An example JSON Message would be: { “Temperature”: 25.1, “Humidity”: 32 }

Yes, you can send JSON with AT Commands, but first you need to convert your json string to hex, and send with AT+MSGHEX=”xx xx xx xx”

Sorry for intrusion but would you mind to detail process you used to succeed to register an E5 Lora module successfully with TTS V3 ?
Thanks a lot