Metadata-Version: 2.1
Name: jdtt
Version: 1.1.1
Summary: JSON to programming language schema converter
Author: Joey Shi
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# json-data-type-transcompiler

![pytest.yml](https://github.com/joeyshi12/json-data-type-transcompiler/actions/workflows/pytest.yml/badge.svg)

A transcompiler from JSON to a programming language by inferring types from the JSON values.

A web interface for using this library is provided at <a href="https://devtools.joeyshi.xyz">devtools.joeyshi.xyz</a>
