1.0.5 • Published 8 years ago

jsontooc v1.0.5

Weekly downloads
1
License
-
Repository
github
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago