Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 612 Bytes

TD Canonicalization CLI Tool

DISCLAIMER: Work in progress. This tool is not finished yet.

Usage example:

node canon-td.js td.jsonld

As a result you will get canonical-td.jsonld file.

For convenience, you can also provide one more argument like this:

node canon-td.js td.jsonld 2

This will add an indentation of 2 spaces to the resulting file.

What's already done?