Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parse issue when genericClass of array is NSURL #281

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2018

  1. Fix parse issue when genericClass of array is NSURL

    问题根本原因在于,数组解析时,json 数据格式与目标模型格式不匹配
    lanmaoxinqing committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    ec8b817 View commit details
    Browse the repository at this point in the history
  2. Update NSObject+YYModel.m

    fix typo error, one should never be `NSURL`
    lanmaoxinqing committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    e30d023 View commit details
    Browse the repository at this point in the history
  3. code coverage issue

    lanmaoxinqing committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    d98763d View commit details
    Browse the repository at this point in the history
  4. NSMutableString issue

    lanmaoxinqing committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    ea7c194 View commit details
    Browse the repository at this point in the history