Is it possible to use django channels with json field?
Can you be more specific as to what you’re trying to determine here?
Are you asking if you can send a JSON object across a websocket? (Answer: Yes)
Are you asking if you can send a JSON object through the Channels layer? (Answer: Yes)
You can pretty much send any serializable object through the Channel layer or through a websocket.