Skip to content

sandialabs/adct-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

adct-json

Application Data Collection Toolkit JSON specifications for https://github.com/sandialabs/adct .

This is the home of schemas, documentation, and tools for ADCT json.

Applications publishing/logging metadata using ADC need not create JSON objects or strings directly. If they already have stringified JSON data, it can easily be stored without change using ADC.

Recipients of metadata assembled using the ADC builder APIs will receive JSON objects that carry precise data typing information for the entire span of primitive scientific computing data. The recipients never need to guess what kind of number is being provided if the ADC builder 'add' functions are used to construct the data before sharing it.

File ADCT_JSON_Sections.pdf contains the informal specification of JSON created by the toolkit libraries. Work is proceeding on creating a corresponding JSON Schema.

Releases

No releases published

Packages

No packages published