derrickoswald / CIMSpark

Spark access to Common Information Model (CIM) files
MIT License
15 stars 1 forks source link

JavaScript CIM export #10

Closed derrickoswald closed 7 years ago

derrickoswald commented 7 years ago

An export function exists in the CIMReader, but only from Scala classes. This capability should be extended to the generated JavaScript classes. This will require:

derrickoswald commented 7 years ago

Implemented as a bag-o-properties wrapper. Exporting JSON is only performed if the class is not recognized.