jsontypedef / json-typedef-codegen

A CLI tool that generates code from JSON Typedef schemas
https://jsontypedef.com/docs/tools/jtd-codegen
MIT License
160 stars 31 forks source link

Python: add datetime support + pass mypy --strict + rename JSON-related methods #14

Closed ucarion closed 3 years ago

ucarion commented 3 years ago

This PR introduces a few changes:

Also, this PR includes cargo fmt. This leads to some noisy diff across a few targets.