...
This section assumes that you have already familiarized yourself with the basics of Modeling Message and State.
...
Encoding Types
Json
With json encoding fairly simple classes are created that use jackson for serializing to/from json. It is suitable for lightweight applications or for applications that natively work with json (e.g. web applications).
...