OpenEnergyTools / scl-lib

5 stars 4 forks source link

Publish namespace descriptions as JSON format #108

Open JakobVogelsang opened 3 weeks ago

JakobVogelsang commented 3 weeks ago

under construction

As a user of the scl-lib I want to have the information published in the NSD files be better accessible for a browser.

Requirements:

type NSDDocs = {
   72: XMLDocument;
   73: XMLDocument;
   74: XMLDocument;
   81: XMLDocument;
}

type NSD = {t.b.d}

function nsdJSON(class: string, nsds?: NSDDocs): NSD