Skip to content

Instantly share code, notes, and snippets.

View geoffhendrey's full-sized avatar

Geoffrey Hendrey geoffhendrey

View GitHub Profile
#!/usr/bin/env python3
import json
import sys
import re
TYPES = {
'boolean': 'bool',
'integer': 'int',
'string': 'string',
'object': 'object',