As a CPSWT developer, I want JSON to be processed with Jackson instead of org.json because the former has a common class representing the various JSON constructs of Objects, Arrays, Strings, and Numbers, whereas the latter does not. Such an ability allows users to more easily process JSON in their federate code.
As a CPSWT developer, I want JSON to be processed with Jackson instead of org.json because the former has a common class representing the various JSON constructs of Objects, Arrays, Strings, and Numbers, whereas the latter does not. Such an ability allows users to more easily process JSON in their federate code.