class documentation

Read JSON and output its content as NestedText.

Examples

json2nt data.json >data.nt curl -s https://api.example.com/data | json2nt json2nt --to-schema data.json >data.types.nt

Method main Undocumented

Inherited from _TypedFormatToSchema:

Class Variable to_schema Undocumented

Inherited from _ColorApp (via _TypedFormatToSchema):

Constant ALLOW_ABBREV Undocumented
Constant COLOR_GROUPS Undocumented
Constant VERSION Undocumented
def main(self, *input_files: ExistingFile): (source) ΒΆ

Undocumented