usdot-fhwa-stol / carma-streets

CARMA Streets is a component of CARMA ecosystem, which enables such a coordination among different transportation users. This component provides an interface for CDA participants to interact with the road infrastructure. Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-streets/
10 stars 10 forks source link

Added JSON Utility Library to carma-streets #352

Closed paulbourelly999 closed 1 year ago

paulbourelly999 commented 1 year ago

PR Details

Description

Added new json utility library to CARMA Streets.

Related GitHub Issue

Related Jira Key

CDAR-298

Motivation and Context

Provide utility methods for parsing json. Possibly in the future this library could abstract away the dependency on third-party json parsing library (rapidjson) to make code more modular and allow for easier transition to other alternative JSON parsing libraries.

How Has This Been Tested?

Unit testing

Types of changes

Checklist:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

76.8% 76.8% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.11) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here