How to send and receive json data over ble?

Hi,

I am trying to develop a gateway using nRF52840dk using nRF connect  SDKv2.0.0. 

In order to test with central, I already set up a peripheral on nRF52832dk. It is possible to establish connection between them.

Now, I need to send and receive data in JSON format.

How can I send and receive JSON data over BLE? Also is it possible to Send data > 20 bytes? If yes, can you give me what will be the configurations required?

Thanks in Advance.

Related