jsonconst-cli
v0.0.29
Published
Command converting a JSON file into a strongly typed constant in the target language (currently supported: Typescript and C#). Intended for cross-platform config files, but useful for any constant definitions
Readme
jsonconst-cli
Installing the jsonconst-cli package lets you run the jsonconst compiler from the command line:
C:> jsonconst -language typescript foo.json > foo.ts