JavaScript Object Notation messages
- ../message Implementations of the Message interface
After importing the bom
:
<dependency>
<!-- json message type -->
<groupId>com.mastercard.test.flow</groupId>
<artifactId>message-json</artifactId>
</dependency>
The unit test JsonTest
contains usage examples for the message type supplied by this module.