├── .gitignore ├── LICENSE ├── README.md └── ThingsJSON.swift /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/culturedcode/ThingsJSONCoder/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/culturedcode/ThingsJSONCoder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/culturedcode/ThingsJSONCoder/HEAD/README.md -------------------------------------------------------------------------------- /ThingsJSON.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/culturedcode/ThingsJSONCoder/HEAD/ThingsJSON.swift --------------------------------------------------------------------------------