Skip to content

djtech42/JSONToSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSONToSwift

Command Line Tool to Create Swift Model Objects from JSON

What this project aims to accomplish

  • Ability to point to a local JSON file, provide an object name and generate a swift model object

How to use

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.

Local JSON files

  1. Execute the JSONSwiftGenertor application from terminal
  2. Input(at prompt) path to local JSON file
  3. Input(at prompt) name of root object
  4. Output swift file is written to ~/Users/.../Desktop/

Passing Arguments

  1. Execute the JSONSwiftGenertor with arguments on launch
  2. Explicitly pass -u flag for remote URL (optional)
  3. Pass URL for local or remote file location

License

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.

About

Command Line Tool to Create Swift Model Objects from JSON

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages