JSON2Mantle
JSON2Mantle copied to clipboard
Generate Mantle models by JSON files
{ aaa:aaa bbb:{ ccc:{ image:url } ddd:{image{ url1:urlstr, url2:urlstr2 }} } } 像这种image字段名一样的,会出现覆盖的情况
Traceback (most recent call last): File "/usr/local/bin/json2mantle", line 9, in load_entry_point('JSON2Mantle==0.0.9', 'console_scripts', 'json2mantle')() File "/Library/Python/2.7/site-packages/json2mantle/cli.py", line 263, in main j2m = JSON2Mantle() File "/Library/Python/2.7/site-packages/json2mantle/cli.py", line 32, in **init** 'author': utils.get_current_user_name(),...
remove mantle deprecated implementations fix setValue:forUndefinedKey bug