Command Line Tool to Create Swift Model Objects from JSON
- Ability to point to a local JSON file, provide an object name and generate a swift model object
Clone respository and build using Xcode. Run the application target.
You can also copy the application build product into ~/Usr/bin/local and access it via command line in the system.
- Execute the JSONSwiftGenertor application from terminal
- Input(at prompt) path to local JSON file
- Input(at prompt) name of root object
- Output swift file is written to ~/Users/.../Desktop/
- Execute the JSONSwiftGenertor with arguments on launch
- Explicitly pass
-u
flag for remote URL (optional) - Pass URL for local or remote file location
Copyright 2016 Brenden Konnagan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.