NASA-PDS / pds4-information-model

The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.
https://nasa-pds.github.io/pds4-information-model/
Other
9 stars 6 forks source link

Adds to default output JSON TermMap #670

Closed jshughes closed 9 months ago

jshughes commented 9 months ago

The JSON Termmap writer has been added to WriteDOMDDJSONFileLib. The original WriteDOMDDJSONFile will be deprecated after successful I&T.

WriteDOMDDJSONFileLib is a refactor of WriteDOMDDJSONFile to use the org.json.simple JSON library.

jshughes commented 8 months ago

I&T Testing: Validate that the LDDTool JSON output (option -J) still works with the PDS applications that use it.

Background: The LDDTool JSON writer was rewritten to use a standard JSON library. The TermMap writing code was then added.