Skip to content

Tools for working with Proskomma-derived JSON formats such as PERF and SOFRIA

License

Notifications You must be signed in to change notification settings

larsgson/proskomma-json-tools

 
 

Repository files navigation

proskomma-json-tools

Tools for working with Proskomma-derived JSON formats such as PERF and SOFRIA

Usage

npm install proskomma-json-tools
import {perfToUsfm} from 'proskomma-json-tools';
// ...
const usfm = perfToUsfm(perf);

Generate Schema Documentation

Using the Python json schema generator https://github.com/coveooss/json-schema-for-humans :

generate-schema-doc src/schema/combined/0_2_1/perf_document_combined.json doc/schema/perf.html
generate-schema-doc src/schema/combined/0_2_1/sofria_document_combined.json doc/schema/sofria.html

About

Tools for working with Proskomma-derived JSON formats such as PERF and SOFRIA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • HTML 1.3%