1.0.5 • Published 7 years ago

jsontooc v1.0.5

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

Node.js - jsontooc

Convert JSON data to Objective-C model

Installation

npm install -g jsontooc

Uninstallation

npm uninstall -g jsontooc

Requirements

add file 'NSArray+Map.h' and 'NSArray+Map.m' to Xcode project,and #import "NSArray+Map.h"

Command Line

  Usage: jsontooc -o classname -p classprefix jsonfile
    
  Options:

    -h,   output usage information
    -o,   Output Objective-C class name
    -p, [option]  class prefix,Defaults is empty

License

(MIT License)

Copyright 2017, fanpyi fanpyi@163.com

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago