mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
5 lines
316 B
Markdown
5 lines
316 B
Markdown
# Receiving Structured Data
|
|
|
|
In the publishing examples, we showed how to send JSON through NATS but you can receive encoded data as well. Each client library may provide tools to help with this encoding. The core traffic to the NATS server will always be byte arrays.
|
|
|
|
!INCLUDE "../../_examples/subscribe_json.html" |