SimIntToolkit / cpswt-core

Foundational codebase with support for java federates
MIT License
1 stars 3 forks source link

Replace org.json with Jackson for processing JSON #151

Closed hnine999 closed 1 year ago

hnine999 commented 1 year ago

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.